blob: 916b48205dc829abc65d189d507c4ce760d9da11 [file] [log] [blame]
fn foo(_: Self) {
//~^ ERROR cannot find type `Self`
}
fn main() {}