]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/derives/derives-span-Debug-enum.stderr
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / ui / derives / derives-span-Debug-enum.stderr
index e9bb5f960b04a90f77d042d9b50f18257a8500f1..346cbec90a94026b2813ec970f2922eb204e09c0 100644 (file)
@@ -12,7 +12,8 @@ LL |      Error
    = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
 help: consider annotating `Error` with `#[derive(Debug)]`
    |
-LL | #[derive(Debug)]
+LL + #[derive(Debug)]
+LL | struct Error;
    |
 
 error: aborting due to previous error