]> git.proxmox.com Git - rustc.git/blame_incremental - src/test/ui/parser/bounds-lifetime-1.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / bounds-lifetime-1.rs
... / ...
CommitLineData
1type A = for<'a 'b> fn(); //~ ERROR expected one of `,`, `:`, or `>`, found `'b`
2
3fn main() {}