]> git.lizzy.rs Git - rust.git/blob - tests/ui/suggestions/type-ascription-instead-of-variant.fixed
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[rust.git] / tests / ui / suggestions / type-ascription-instead-of-variant.fixed
1 // run-rustfix
2 fn main() {
3     let _ = Option::Some("");
4     //~^ ERROR expected type, found
5 }