diff options
| author | Alexis Beingessner <a.beingessner@gmail.com> | 2015-06-21 16:16:14 -0700 |
|---|---|---|
| committer | Alexis Beingessner <a.beingessner@gmail.com> | 2015-06-21 16:16:14 -0700 |
| commit | 3f56e9a984075fecfe757ab5774072f73bb86b1b (patch) | |
| tree | aa24f0c6781dfac4d8f148f15c174ffc4f6fe29e /src | |
| parent | b667fab292607a761790036c25899b8d88a8ac9f (diff) | |
| download | rust-3f56e9a984075fecfe757ab5774072f73bb86b1b.tar.gz rust-3f56e9a984075fecfe757ab5774072f73bb86b1b.zip | |
remove erroneous error check
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/compile-fail/coherence-orphan.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/compile-fail/coherence-orphan.rs b/src/test/compile-fail/coherence-orphan.rs index 78435f1a78a..80efc7b75e2 100644 --- a/src/test/compile-fail/coherence-orphan.rs +++ b/src/test/compile-fail/coherence-orphan.rs @@ -27,6 +27,5 @@ impl TheTrait<isize> for TheType { } impl !Send for Vec<isize> { } //~^ ERROR E0117 -//~| ERROR E0119 fn main() { } |
