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