]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0040.stderr
Auto merge of #47956 - retep998:is-nibbles, r=BurntSushi
[rust.git] / src / test / ui / error-codes / E0040.stderr
1 error[E0040]: explicit use of destructor method
2   --> $DIR/E0040.rs:23:7
3    |
4 23 |     x.drop();
5    |       ^^^^ explicit destructor calls not allowed
6
7 error: aborting due to previous error
8