]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-42880.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-42880.stderr
1 error[E0599]: no associated item named `String` found for type `std::string::String` in the current scope
2   --> $DIR/issue-42880.rs:14:15
3    |
4 LL |     let f = |&Value::String(_)| (); //~ ERROR no associated item named
5    |               ^^^^^^^^^^^^^^^^ associated item not found in `std::string::String`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0599`.