Skip to content

Commit c6da2f9

Browse files
committed
Remove uses of box_syntax in rustc and tools
1 parent 15b867b commit c6da2f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ide-completion/src/tests/attribute.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -857,9 +857,9 @@ mod lint {
857857
#[test]
858858
fn lint_feature() {
859859
check_edit(
860-
"box_syntax",
860+
"box_patterns",
861861
r#"#[feature(box_$0)] struct Test;"#,
862-
r#"#[feature(box_syntax)] struct Test;"#,
862+
r#"#[feature(box_patterns)] struct Test;"#,
863863
)
864864
}
865865

0 commit comments

Comments
 (0)