1
Fork 0

Remove check-fast. Closes #4193, #8844, #6330, #7416

This commit is contained in:
Brian Anderson 2014-02-14 19:21:17 -08:00 committed by Alex Crichton
parent 31e8f2448c
commit 072a920503
311 changed files with 172 additions and 465 deletions

View file

@ -9,7 +9,6 @@
// except according to those terms.
// ignore-fast
// Tests for standalone blocks as expressions with dynamic type sizes
type compare<'a, T> = |T, T|: 'a -> bool;