]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type/ascription/issue-47666.rs
Auto merge of #62908 - fakenine:normalize_use_of_backticks_compiler_messages_p17...
[rust.git] / src / test / ui / type / ascription / issue-47666.rs
1 fn main() {
2     let _ = Option:Some(vec![0, 1]); //~ ERROR expected type, found
3 }
4
5 // This case isn't currently being handled gracefully due to the macro invocation.