We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignore!( foo bar ) fn main() { }
Errors out with:
test.rs:1:0: 1:6 error: expected item but found `ignore` test.rs:1 ignore!( foo bar ) ^~~~~~
The text was updated successfully, but these errors were encountered:
Like any macro, it can only be used in expr position. Dup of #3086.
Sorry, something went wrong.
Yeah. I'd quite like to fix/finish this.
Merge pull request rust-lang#3510 from topecongiro/issue3509
760ec07
Fix duplication of attributes on a match arm's body
Auto merge of rust-lang#3510 - RalfJung:sigpipe-default, r=RalfJung
f3dfaa7
unix_sigpipe: don't inline DEFAULT, just use it from rustc The default anyway changed since this code was written... it's now 0, not 2.
No branches or pull requests
Errors out with:
The text was updated successfully, but these errors were encountered: