]> git.lizzy.rs Git - rust.git/blob - src/test/ui/suggestions/type-ascription-instead-of-variant.stderr
Rollup merge of #59432 - phansch:compiletest_docs, r=alexcrichton
[rust.git] / src / test / ui / suggestions / type-ascription-instead-of-variant.stderr
1 error: expected type, found `""`
2   --> $DIR/type-ascription-instead-of-variant.rs:2:25
3    |
4 LL |     let _ = Option:Some("");
5    |                   -     ^^ expecting a type here because of type ascription
6    |                   |
7    |                   help: maybe you meant to write a path separator here: `::`
8
9 error: aborting due to previous error
10