mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-06 06:17:39 +03:00
Ui tests with compile_error resolved at call site
This commit is contained in:
parent
6735d4b033
commit
b534dafe3b
18 changed files with 88 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
error: #[from] is only supported on the source field, not any other field
|
||||
--> tests/ui/from-not-source.rs:7:5
|
||||
|
|
||||
3 | #[derive(Debug, Error)]
|
||||
| ----- in this derive macro expansion
|
||||
...
|
||||
7 | #[from]
|
||||
| ^^^^^^^
|
||||
|
|
||||
= note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue