We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
trait A{} fn main() {}
This won't yield a compiler warning. However the equivalent with a struct will:
struct A{} fn main() {}
https://play.rust-lang.org/?gist=0787e43a11bb28969e9f4978954c3fdc
rustc 1.19.0-nightly (d3abc80 2017-05-09)
This won't yield a compiler warning. However the equivalent with a struct will:
https://play.rust-lang.org/?gist=0787e43a11bb28969e9f4978954c3fdc
rustc 1.19.0-nightly (d3abc80 2017-05-09)