]> git.lizzy.rs Git - rust.git/blob - tests/ui/let-else/let-else-no-double-error.stderr
Don't resolve type var roots in point_at_expr_source_of_inferred_type
[rust.git] / tests / ui / let-else / let-else-no-double-error.stderr
1 error[E0599]: no associated item named `XXX` found for type `u32` in the current scope
2   --> $DIR/let-else-no-double-error.rs:11:14
3    |
4 LL |     let u32::XXX = foo else { return };
5    |              ^^^ associated item not found in `u32`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0599`.