We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fea7fa commit e3d02eeCopy full SHA for e3d02ee
tests/ui/inference/issue-71584.rs
@@ -1,6 +1,6 @@
1
fn main() {
2
- let n: u32 = 1;
3
- let mut d: u64 = 2;
+ let n: u16 = 1;
+ let mut d: u16 = 2;
4
d = d % n.into();
5
//~^ ERROR type annotations needed
6
}
tests/ui/linkage-attr/linkage1.rs
@@ -1,4 +1,5 @@
//@ run-pass
+//@ ignore-windows
//@ ignore-apple
//@ ignore-emscripten doesn't support this linkage
//@ ignore-sgx weak linkage not permitted
0 commit comments