summary refs log tree commit diff
path: root/src/test/ui/feature-gate-may-dangle.stderr
blob: aad725dfe65ec974e137a0b71ef9bb9dd19a6e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: may_dangle has unstable semantics and may be removed in the future (see issue #34761)
  --> $DIR/feature-gate-may-dangle.rs:16:6
   |
LL | impl<#[may_dangle] A> Drop for Pt<A> {
   |      ^^^^^^^^^^^^^
   |
   = help: add #![feature(dropck_eyepatch)] to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.