]> git.lizzy.rs Git - rust.git/commitdiff
patch test due to changes from compiletest-json
authorNiko Matsakis <niko@alum.mit.edu>
Mon, 25 Apr 2016 13:38:06 +0000 (09:38 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Mon, 25 Apr 2016 13:38:06 +0000 (09:38 -0400)
src/test/compile-fail/cast-rfc0401-2.rs

index fdc250f99462795525fd4a7864ae0f387827d996..1598a9aa1fc4146a78fe16961e364dd53e085600 100644 (file)
@@ -15,6 +15,5 @@
 fn main() {
     let _ = 3 as bool;
     //~^ ERROR cannot cast as `bool`
-    //~| HELP see a detailed explanation
     //~| HELP compare with zero
 }