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.
2 parents 3f27d8c + 6d8e871 commit c388361Copy full SHA for c388361
rust-version
@@ -1 +1 @@
1
-4787e97475de6be9487e3d9255a9c2d3c0bf9252
+f577b0ef6e637ab7a6095cdfe0b51fa3faf97050
tests/compile-fail/exact_div3.rs
@@ -1,5 +1,5 @@
#![feature(core_intrinsics)]
2
fn main() {
3
// signed divison with a remainder
4
- unsafe { std::intrinsics::exact_div(-19i8, 2); } //~ ERROR 237 cannot be divided by 2 without remainder
+ unsafe { std::intrinsics::exact_div(-19i8, 2); } //~ ERROR -19 cannot be divided by 2 without remainder
5
}
0 commit comments