Remove ++
mode from the compiler (it is parsed as +
mode)
and obsolete `-` mode altogether (it *was* parsed as `+` mode).
This commit is contained in:
parent
efc7f82bc4
commit
852619d5d7
57 changed files with 89 additions and 144 deletions
|
@ -19,7 +19,7 @@ use core::vec;
|
|||
|
||||
#[abi = "rust-intrinsic"]
|
||||
extern "C" mod rusti {
|
||||
fn move_val_init<T>(dst: &mut T, -src: T);
|
||||
fn move_val_init<T>(dst: &mut T, +src: T);
|
||||
fn init<T>() -> T;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue