mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Reverse fixups
This commit is contained in:
parent
79ebf618ec
commit
c3601e9860
3 changed files with 5 additions and 4 deletions
|
@ -76,7 +76,6 @@ fn foo() {
|
|||
#[test]
|
||||
fn attribute_macro_syntax_completion_2() {
|
||||
// common case of dot completion while typing
|
||||
// right now not working
|
||||
check(
|
||||
r#"
|
||||
//- proc_macros: identity_when_valid
|
||||
|
@ -88,7 +87,7 @@ fn foo() { bar.; blub }
|
|||
fn foo() { bar.; blub }
|
||||
|
||||
fn foo() {
|
||||
bar.;
|
||||
bar. ;
|
||||
blub
|
||||
}"##]],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue