rust/src/test
Niko Matsakis 1f0b3d2247 treat fn*() as fn&()
This is not my ideal way of going about things.  I'd prefer not
to have expressions typed as fn*(), for example, but I couldn't
get that to work together with inferring the modes of arguments
and other corner cases.
2012-01-19 07:10:59 -08:00
..
bench Remove support for the '.' after a nullary tag in a pattern 2012-01-19 01:04:59 -08:00
compile-fail rustc: Add a usage pass to collect one-off analyses 2012-01-19 17:27:44 +08:00
pretty rustc: Parse fn inner attributes. Closes #1506 2012-01-15 17:48:58 -08:00
run-fail Remove support for the '.' after a nullary tag in a pattern 2012-01-19 01:04:59 -08:00
run-pass treat fn*() as fn&() 2012-01-19 07:10:59 -08:00