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 18:32:52 +00:00
type X = u32<'static>; //~ ERROR E0109
2016-05-25 11:58:07 +00:00
2018-12-29 05:45:45 +00:00
fn main() {}