rust/tests/ui/proc-macro/load-panic.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
189 B
Plaintext
Raw Normal View History

2017-12-11 00:00:10 +03:00
error: proc-macro derive panicked
--> $DIR/load-panic.rs:7:10
2017-12-11 00:00:10 +03:00
|
LL | #[derive(Panic)]
| ^^^^^
2017-12-11 00:00:10 +03:00
|
= help: message: panic-derive
2017-12-11 00:00:10 +03:00
2018-03-15 16:13:47 +01:00
error: aborting due to previous error