]> git.lizzy.rs Git - rust.git/blob - tests/ui/where-clauses/ignore-err-clauses.stderr
Rollup merge of #106733 - DebugSteven:revert-104552-warn-newer-x, r=jyn514
[rust.git] / tests / ui / where-clauses / ignore-err-clauses.stderr
1 error[E0412]: cannot find type `UUU` in this scope
2   --> $DIR/ignore-err-clauses.rs:6:5
3    |
4 LL |     UUU: Copy,
5    |     ^^^ not found in this scope
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0412`.