mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-25 11:25:06 +00:00
Remove uses of box_syntax
in rustc and tools
This commit is contained in:
parent
87b3c724e3
commit
b96916f1fb
1 changed files with 2 additions and 2 deletions
|
@ -857,9 +857,9 @@ mod lint {
|
|||
#[test]
|
||||
fn lint_feature() {
|
||||
check_edit(
|
||||
"box_syntax",
|
||||
"box_patterns",
|
||||
r#"#[feature(box_$0)] struct Test;"#,
|
||||
r#"#[feature(box_syntax)] struct Test;"#,
|
||||
r#"#[feature(box_patterns)] struct Test;"#,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue