Skip to content

Commit

Permalink
Silence crate external span error in x86 platforms
Browse files Browse the repository at this point in the history
This causes issues in at least `dist-i586-gnu-i586-i686-musl`,
possibly others.
  • Loading branch information
estebank committed Oct 29, 2019
1 parent a3b8687 commit 213fd1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/test/ui/in-band-lifetimes/mismatched_trait_impl-2.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore-x86
// ^ due to stderr output differences
use std::ops::Deref;
trait Trait {}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error: `impl` item signature doesn't match `trait` item signature
--> $DIR/mismatched_trait_impl-2.rs:8:5
--> $DIR/mismatched_trait_impl-2.rs:10:5
|
LL | fn deref(&self) -> &dyn Trait {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ found fn(&Struct) -> &dyn Trait
Expand Down

0 comments on commit 213fd1f

Please sign in to comment.