This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0ceb30de6d
rust
/
src
/
test
/
ui
/
resolve
/
issue-22692.rs
4 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Improve ux when calling associated functions with dot notation Issue: 22692
2018-09-17 16:37:20 -05:00
fn
main
(
)
{
Update tests
2018-11-27 03:56:36 -06:00
let
_
=
String
.
new
(
)
;
//~ ERROR expected value, found struct `String`
Improve ux when calling associated functions with dot notation Issue: 22692
2018-09-17 16:37:20 -05:00
}
Reference in New Issue
Copy Permalink