rustc: Remove legacy mode inference, unless #[legacy_modes] is used
This commit is contained in:
parent
d53cfd225a
commit
e653d493fb
77 changed files with 181 additions and 42 deletions
|
@ -1,8 +1,7 @@
|
|||
|
||||
|
||||
|
||||
// -*- rust -*-
|
||||
|
||||
#[legacy_modes];
|
||||
|
||||
// Tests for standalone blocks as expressions with dynamic type sizes
|
||||
type compare<T> = fn@(T, T) -> bool;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue