This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-23 23:34:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c429a72db9
rust
/
tests
/
ui
/
issues
/
issue-20714.rs
6 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Regression test for #20714 Closes #20714.
2015-03-15 20:30:37 +00:00
struct
G
;
fn
main
(
)
{
Be more precise when suggesting removal of parens on unit adt ctor
2022-07-16 22:15:41 +00:00
let
g
=
G
(
)
;
//~ ERROR: expected function, found struct `G`
Regression test for #20714 Closes #20714.
2015-03-15 20:30:37 +00:00
}
Reference in New Issue
Copy Permalink