mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-24 11:02:59 +00:00
Fix test fixtures
This commit is contained in:
parent
8081a654da
commit
abcdb4bc7d
2 changed files with 8 additions and 7 deletions
|
@ -121,11 +121,11 @@ fn main() {
|
|||
// ^ move
|
||||
// ^ (
|
||||
// ^ &foo
|
||||
// ^ ,
|
||||
// ^ , $
|
||||
// ^ bar
|
||||
// ^ ,
|
||||
// ^ , $
|
||||
// ^ baz
|
||||
// ^ ,
|
||||
// ^ , $
|
||||
// ^ qux
|
||||
// ^ )
|
||||
foo;
|
||||
|
@ -137,11 +137,11 @@ fn main() {
|
|||
// ^ move
|
||||
// ^ (
|
||||
// ^ &foo
|
||||
// ^ ,
|
||||
// ^ , $
|
||||
// ^ &bar
|
||||
// ^ ,
|
||||
// ^ , $
|
||||
// ^ &baz
|
||||
// ^ ,
|
||||
// ^ , $
|
||||
// ^ &qux
|
||||
// ^ )
|
||||
&foo;
|
||||
|
@ -161,7 +161,7 @@ fn main() {
|
|||
// ^ move
|
||||
// ^ (
|
||||
// ^ &mut baz
|
||||
// ^ ,
|
||||
// ^ , $
|
||||
// ^ &mut qux
|
||||
// ^ )
|
||||
baz = NonCopy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue