rust/tests/ui/parser/bounds-lifetime-where-1.rs

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

4 lines
65 B
Rust
Raw Normal View History

2017-01-18 14:41:57 +00:00
type A where 'a; //~ ERROR expected `:`, found `;`
fn main() {}