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
191 B
Plaintext
Raw Normal View History

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