]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0137.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / src / test / ui / error-codes / E0137.rs
CommitLineData
3157f602 1#![feature(main)]
a7813a04 2
3157f602 3#[main]
ff7c6d11 4fn foo() {}
3157f602
XL
5
6#[main]
5bcae85e
SL
7fn f() {}
8//~^ ERROR E0137