]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-14303-fn-def.rs
Auto merge of #57119 - jethrogb:jb/sgx-os-mod2, r=joshtriplett
[rust.git] / src / test / ui / parser / issue-14303-fn-def.rs
1 // compile-flags: -Z parse-only
2
3 fn foo<'a, T, 'b>(x: &'a T) {}
4 //~^ ERROR lifetime parameters must be declared prior to type parameters