Auto merge of #14345 - lnicola:sync-from-rust, r=lnicola
minor: Sync from downstream
This commit is contained in:
commit
ce4f79f327
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…
Add table
Add a link
Reference in a new issue