Files
third_party_rust_rust/src
bors c21f73e2db Auto merge of #39063 - ruuda:covered-switch, r=alexcrichton
Fix covered-switch-default warnings in RustWrapper

These switch statements cover all possible values, so the default case is dead code (it contains an `llvm_unreachable anyway`), triggering a `-Wcovered-switch-default` warning that pollutes the build output. Moving the unreachable after the switch resolves these warnings.

r? @rkruppe
2017-01-15 15:03:10 +00:00
..
2016-11-27 17:59:36 +01:00
2016-12-30 15:17:28 +01:00
2016-12-16 12:49:58 -05:00
2017-01-04 19:05:27 +01:00
2016-10-14 17:21:11 +03:00
2016-12-12 09:27:14 -08:00
2016-11-30 10:38:08 -08:00
2016-12-29 08:47:20 -08:00