File: from-backtrace-backtrace.stderr

package info (click to toggle)
rust-thiserror 1.0.38-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 376 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (11)
1
2
3
4
5
error: deriving From requires no fields other than source and backtrace
 --> tests/ui/from-backtrace-backtrace.rs:8:18
  |
8 | pub struct Error(#[from] #[backtrace] std::io::Error, Backtrace);
  |                  ^^^^^^^