We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a547fc commit 732dd2fCopy full SHA for 732dd2f
src/test/run-pass/op-assign-builtins-by-ref.rs
@@ -81,4 +81,4 @@ fn main() {
81
x >>= &2i16;
82
assert_eq!(x, 0b10u64);
83
}
84
-}
+}
0 commit comments