Skip to content

Commit

Permalink
patch test due to changes from compiletest-json
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Apr 25, 2016
1 parent 89bbd2c commit b3d54a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/compile-fail/cast-rfc0401-2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
fn main() {
let _ = 3 as bool;
//~^ ERROR cannot cast as `bool`
//~| HELP see a detailed explanation
//~| HELP compare with zero
}

0 comments on commit b3d54a2

Please sign in to comment.