mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
feat: IDE features for primitive tuple fields
This commit is contained in:
parent
59457091bb
commit
963568b46f
25 changed files with 242 additions and 96 deletions
|
@ -103,7 +103,7 @@ macro without_args {
|
|||
include!(concat!("foo/", "foo.rs"));
|
||||
|
||||
fn main() {
|
||||
format_args!("Hello, {}!", 92);
|
||||
format_args!("Hello, {}!", (92,).0);
|
||||
dont_color_me_braces!();
|
||||
noop!(noop!(1));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue