aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/unstable-features/trivial_bounds-bug.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unstable-features/trivial_bounds-bug.stderr')
-rw-r--r--tests/ui/unstable-features/trivial_bounds-bug.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/ui/unstable-features/trivial_bounds-bug.stderr b/tests/ui/unstable-features/trivial_bounds-bug.stderr
deleted file mode 100644
index fff09f9..0000000
--- a/tests/ui/unstable-features/trivial_bounds-bug.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error[E0277]: `PhantomPinned` cannot be unpinned
- --> $DIR/trivial_bounds-bug.rs:13:43
- |
-13 | impl Unpin for A where PhantomPinned: Unpin {} //~ ERROR E0277
- | ^^^^^ the trait `Unpin` is not implemented for `PhantomPinned`