rust/tests/ui/error-codes/E0110.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
53 B
Rust
Raw Normal View History

2019-03-20 13:32:52 -05:00
type X = u32<'static>; //~ ERROR E0109
2016-05-25 06:58:07 -05:00
2018-12-28 23:45:45 -06:00
fn main() {}