summaryrefslogtreecommitdiffstats
path: root/src/test/ui/resolve/issue-22692.stderr
blob: e076419f68d47b9449960cdc01f2da6e7460324b (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0423]: expected value, found struct `String`
  --> $DIR/issue-22692.rs:2:13
   |
LL |     let _ = String.new();
   |             ^^^^^^----
   |             |
   |             help: use the path separator to refer to an item: `String::new`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0423`.