mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Fix typo
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
parent
2bc545d9ef
commit
bc8665e14d
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ fn f(t: Ty) {
|
|||
|
||||
check_empty(
|
||||
r#"
|
||||
struct MyEnum;
|
||||
enum MyEnum;
|
||||
|
||||
impl MyEnum {
|
||||
pub const A: i32 = 123;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue