librustc: Remove @str
from the language
This commit is contained in:
parent
449a7a817f
commit
c594e675eb
13 changed files with 36 additions and 19 deletions
|
@ -25,7 +25,6 @@ fn main() {
|
|||
@[1]; //~ ERROR type uses managed
|
||||
//~^ ERROR type uses managed
|
||||
fn f(_: @Clone) {} //~ ERROR type uses managed
|
||||
//~^ ERROR type uses managed
|
||||
|
||||
~2; //~ ERROR type uses owned
|
||||
~[1]; //~ ERROR type uses owned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue