You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fn fail_len(v: [const int]) -> uint {
let mut i = fail;
for v.each {|x| i += 1u; }
ret i;
}
fn main() {}
Breaks rustc:
Assertion failed: (S1->getType() == S2->getType() && "Cannot create binary operator with two operands of differing type!"), function Create, file /Users/jruderman/code/rust/src/llvm/lib/VMCore/Instructions.cpp, line 1825.
The text was updated successfully, but these errors were encountered:
Rustup
In particular, this contains rust-lang#97219. Miri support for actually erroring on misuse of `ptr::invalid` will happen later.
Also move some more tests to better locations.
Breaks rustc:
The text was updated successfully, but these errors were encountered: