rust/src/test/ui/resolve/issue-22692.rs

4 lines
88 B
Rust
Raw Normal View History

fn main() {
2018-11-27 03:56:36 -06:00
let _ = String.new(); //~ ERROR expected value, found struct `String`
}