diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2016-04-25 09:38:06 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2016-04-25 09:38:06 -0400 |
| commit | b3d54a2c0e793768cd9ce4a7887a75e3ec356cb5 (patch) | |
| tree | f20dfdf8ed2d5c8dee341cb92609268c00c609c0 | |
| parent | 89bbd2c8b75f31f06496158e8e309557cfeaeed5 (diff) | |
| download | rust-b3d54a2c0e793768cd9ce4a7887a75e3ec356cb5.tar.gz rust-b3d54a2c0e793768cd9ce4a7887a75e3ec356cb5.zip | |
patch test due to changes from compiletest-json
| -rw-r--r-- | src/test/compile-fail/cast-rfc0401-2.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/compile-fail/cast-rfc0401-2.rs b/src/test/compile-fail/cast-rfc0401-2.rs index fdc250f9946..1598a9aa1fc 100644 --- a/src/test/compile-fail/cast-rfc0401-2.rs +++ b/src/test/compile-fail/cast-rfc0401-2.rs @@ -15,6 +15,5 @@ fn main() { let _ = 3 as bool; //~^ ERROR cannot cast as `bool` - //~| HELP see a detailed explanation //~| HELP compare with zero } |
