Fix grammar of the accepted feature warning.
This commit is contained in:
parent
8fe47bc3bb
commit
b79930eeb9
2 changed files with 2 additions and 2 deletions
|
|
@ -20,4 +20,4 @@
|
|||
#![feature = "foo"] //~ ERROR: malformed feature
|
||||
|
||||
#![feature(test_removed_feature)] //~ ERROR: feature has been removed
|
||||
#![feature(test_accepted_feature)] //~ WARNING: feature has added
|
||||
#![feature(test_accepted_feature)] //~ WARNING: feature has been added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue