rustc: Remove legacy mode inference, unless #[legacy_modes] is used

This commit is contained in:
Patrick Walton 2012-09-18 15:52:21 -07:00
parent d53cfd225a
commit e653d493fb
77 changed files with 181 additions and 42 deletions

View file

@ -1,8 +1,7 @@
// -*- rust -*-
#[legacy_modes];
// Tests for standalone blocks as expressions with dynamic type sizes
type compare<T> = fn@(T, T) -> bool;