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
Attempting to compile:
fn main() { println!(format!("test")) }
Causes rustc to go into an infinite loop printing out the same two lines:
testcase.rs:2:14: 2:20 error: macro undefined: 'format' testcase.rs:2 println!(format!("test"))
The text was updated successfully, but these errors were encountered:
Closing as a dupe of #11692, but thanks for the report!
Sorry, something went wrong.
Auto merge of rust-lang#12071 - Ma124:fix-tabs-snippet, r=jonas-schie…
1d2bd0e
…vink Change tabs to spacs in macro_rules snippet This PR changes the `macro_rules!` snippet to use spaces instead of tabs. The other snippets like [this one][test-snippet] already use spaces. The snippet was introduced in 5575588 where no reason is provided to use tabs. [test-snippet]: https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide_completion/src/completions/snippet.rs#L70=
Auto merge of rust-lang#12071 - ShE3py:deadlinks, r=blyxyas
bc962c2
Remove deadlinks from `unchecked_duration_subtraction` See <https://rust-lang.github.io/rust-clippy/master/index.html#unchecked_duration_subtraction> changelog: [`unchecked_duration_subtraction`]: remove deadlinks
No branches or pull requests
Attempting to compile:
Causes rustc to go into an infinite loop printing out the same two lines:
The text was updated successfully, but these errors were encountered: