mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +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(
|
check_empty(
|
||||||
r#"
|
r#"
|
||||||
struct MyEnum;
|
enum MyEnum;
|
||||||
|
|
||||||
impl MyEnum {
|
impl MyEnum {
|
||||||
pub const A: i32 = 123;
|
pub const A: i32 = 123;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue