We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beadf75 commit 4811e5bCopy full SHA for 4811e5b
src/test/run-pass/const-int-wrapping.rs
@@ -42,6 +42,6 @@ fn main() {
42
assert_eq!(SHL_A, ident(128));
43
assert_eq!(SHL_B, ident(1));
44
45
- assert_eq!(SHR_A, ident(1);
+ assert_eq!(SHR_A, ident(1));
46
assert_eq!(SHR_B, ident(128));
47
}
0 commit comments