rust/src/librustc_const_eval
Georg Brandl b51698ad60 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-01 21:58:46 +02:00
..
Cargo.toml rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
check_match.rs match check: note "catchall" patterns in unreachable error 2016-05-01 21:58:46 +02:00
diagnostics.rs move const_eval and check_match out of librustc 2016-03-30 13:43:36 +02:00
eval.rs skip double negation in const eval 2016-04-26 14:09:05 +02:00
lib.rs don't report errors in constants at every use site 2016-04-11 10:41:48 +02:00