mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-10 06:52:49 +00:00
6 lines
227 B
Plaintext
6 lines
227 B
Plaintext
error: deriving From requires no fields other than source and backtrace
|
|
--> tests/ui/from-backtrace-backtrace.rs:10:18
|
|
|
|
|
10 | pub struct Error(#[from] #[backtrace] std::io::Error, Backtrace);
|
|
| ^^^^^^^
|