rust/src/librustc/middle
Björn Steinbrink bdc182cc41 Use static string with fail!() and remove fail!(fmt!())
fail!() used to require owned strings but can handle static strings
now. Also, it can pass its arguments to fmt!() on its own, no need for
the caller to call fmt!() itself.
2013-05-14 16:36:23 +02:00
..
borrowck
trans Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
typeck Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
astencode.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
check_const.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
check_loop.rs
check_match.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
const_eval.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
dataflow.rs
entry.rs
freevars.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
kind.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
lang_items.rs
lint.rs
liveness.rs
mem_categorization.rs
moves.rs
pat_util.rs
privacy.rs
region.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
resolve_stage0.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
resolve.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
subst.rs
ty.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00