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
//
//
//
//
//
// No error if the file is too short
//
//
//
//
// line 11
fn main() {
debug_assert!( "me", "me" );
}
producing
task 'rustc' panicked at 'index out of bounds: the len is 12 but the index is 12', /home/rustbuild/src/rust-buildbot/slave/nightly-linux/build/src/libsyntax/lib.rs:1
The text was updated successfully, but these errors were encountered:
The following code results in a panic:
producing
The text was updated successfully, but these errors were encountered: