]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-22644.stderr
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / ui / issues / issue-22644.stderr
index 039ffbfd3d89fdd40526cd7e6ee1c082c6c6752e..45027afa7b62b0b04c318df78150ee1d635308a5 100644 (file)
@@ -95,7 +95,7 @@ LL |
 LL ~                    usize)
    |
 
-error: `<` is interpreted as a start of generic arguments for `usize`, not a shift
+error: `<<` is interpreted as a start of generic arguments for `usize`, not a shift
   --> $DIR/issue-22644.rs:32:31
    |
 LL |     println!("{}", a as usize << long_name);