mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Implement builtin#format_args, using rustc's format_args parser
This commit is contained in:
parent
3431d586e5
commit
abe8f1ece4
19 changed files with 1740 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
fn foo() {
|
||||
builtin#asm(0);
|
||||
builtin#format_args(0);
|
||||
builtin#format_args("", 0, 1, a = 2 + 3, a + b);
|
||||
builtin#offset_of(Foo, bar.baz.0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue