mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-05 05:47:39 +03:00
10 lines
363 B
Text
10 lines
363 B
Text
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)
|