Skip to content

Commit fb1c6ac

Browse files
author
Jonathan Turner
authored
Update E0087.rs
1 parent f835b38 commit fb1c6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/E0087.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ fn foo<T>() {}
1212

1313
fn main() {
1414
foo::<f64, bool>(); //~ ERROR E0087
15-
//~^ NOTE expected
15+
//~^ NOTE expected
1616
}

0 commit comments

Comments
 (0)