mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
update generated tests
This commit is contained in:
parent
9f548a0295
commit
38e3088a56
1 changed files with 1 additions and 2 deletions
|
@ -82,8 +82,8 @@ trait Trait {
|
||||||
impl Trait for () {
|
impl Trait for () {
|
||||||
Type X = ();
|
Type X = ();
|
||||||
fn foo(&self) {}
|
fn foo(&self) {}
|
||||||
$0fn bar(&self) {}
|
|
||||||
|
|
||||||
|
$0fn bar(&self) {}
|
||||||
}
|
}
|
||||||
"#####,
|
"#####,
|
||||||
)
|
)
|
||||||
|
@ -115,7 +115,6 @@ impl Trait<u32> for () {
|
||||||
fn foo(&self) -> u32 {
|
fn foo(&self) -> u32 {
|
||||||
${0:todo!()}
|
${0:todo!()}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
"#####,
|
"#####,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue