]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0110.rs
Merge commit '4236289b75ee55c78538c749512cdbeea5e1c332' into update-rustfmt
[rust.git] / src / test / ui / error-codes / E0110.rs
1 type X = u32<'static>; //~ ERROR E0109
2
3 fn main() {}