]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/auto-traits/issue-23080-2.stderr
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / ui / auto-traits / issue-23080-2.stderr
index 267a712f62fa00866bb0136b64db5974633fb17c..fed485612daca458e94871a5d86ade61b0ed90d0 100644 (file)
@@ -2,7 +2,7 @@ error[E0380]: auto traits cannot have associated items
   --> $DIR/issue-23080-2.rs:5:10
    |
 LL | unsafe auto trait Trait {
-   |                   ----- auto trait cannot have associated items
+   |                   ----- auto traits cannot have associated items
 LL |     type Output;
    |     -----^^^^^^- help: remove these associated items