mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Update crates/ide_completion/src/tests/pattern.rs
This commit is contained in:
parent
bc8665e14d
commit
e7564086f4
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ fn f(t: Ty) {
|
|||
|
||||
check_empty(
|
||||
r#"
|
||||
enum MyEnum;
|
||||
enum MyEnum {}
|
||||
|
||||
impl MyEnum {
|
||||
pub const A: i32 = 123;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue