We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f835b38 commit fb1c6acCopy full SHA for fb1c6ac
src/test/compile-fail/E0087.rs
@@ -12,5 +12,5 @@ fn foo<T>() {}
12
13
fn main() {
14
foo::<f64, bool>(); //~ ERROR E0087
15
- //~^ NOTE expected
+ //~^ NOTE expected
16
}
0 commit comments