]> git.proxmox.com Git - rustc.git/blame - tests/ui/illegal-ufcs-drop.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / illegal-ufcs-drop.stderr
CommitLineData
b7449926 1error[E0040]: explicit use of destructor method
5869c6ff 2 --> $DIR/illegal-ufcs-drop.rs:9:5
b7449926 3 |
532ac7d7 4LL | Drop::drop(&mut Foo)
f9f354fc
XL
5 | ^^^^^^^^^^
6 | |
7 | explicit destructor calls not allowed
8 | help: consider using `drop` function: `drop`
b7449926
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0040`.