rust/src/librustc_const_eval
Manish Goregaokar c4d950d6d5
Rollup merge of #33323 - birkenfeld:issue-31221, r=Manishearth
match check: note "catchall" patterns in unreachable error

Caught as catchall patterns are:

* unconditional name bindings
* references to them
* tuple bindings with catchall elements

Fixes #31221.
2016-05-03 08:05:27 +05:30
..
Cargo.toml rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
check_match.rs Rollup merge of #33323 - birkenfeld:issue-31221, r=Manishearth 2016-05-03 08:05:27 +05:30
diagnostics.rs move const_eval and check_match out of librustc 2016-03-30 13:43:36 +02:00
eval.rs Fix patterns of the constants that are const meth 2016-04-30 03:40:09 +03:00
lib.rs don't report errors in constants at every use site 2016-04-11 10:41:48 +02:00