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