bors
1af79cf34e
Auto merge of #32562 - ben0x539:bug-macro, r=nikomatsakis
...
librustc: Add bug!(), bug_span!() macros as unified entry points for internal compiler errors
The macros pass `file!()`, `line!()` and `format_args!(...)` on to a cold, never-inlined function, ultimately calling `session::{span_,}bug_fmt` via the tcx in tls or, failing that, panicking directly.
cc @eddyb
r? @nikomatsakis
2016-04-02 05:14:25 -07:00
..
2016-04-01 10:18:36 -07:00
2016-03-31 23:02:59 +02:00
2016-04-02 01:47:59 -07:00
2016-04-01 12:52:08 -07:00
2016-03-31 13:15:20 +01:00
2016-03-31 21:18:29 -07:00
2016-03-28 13:48:28 -04:00
2016-04-02 01:23:23 +05:30
2016-03-31 10:11:59 -04:00
2016-03-25 14:07:17 -04:00
2016-04-02 05:14:25 -07:00
2016-03-29 19:36:01 +03:00
2016-03-31 22:04:23 +02:00
2016-03-31 22:06:52 +02:00
2016-03-30 13:43:36 +02:00
2016-04-02 01:47:59 -07:00
2016-03-31 21:19:17 +02:00
2016-03-31 22:04:23 +02:00
2016-03-29 16:44:54 +02:00
2016-03-31 22:04:23 +02:00
2016-03-31 22:04:23 +02:00
2016-03-31 22:04:23 +02:00
2016-03-29 19:36:01 +03:00
2016-03-25 14:07:18 -04:00
2016-03-31 22:06:52 +02:00
2016-03-31 22:06:52 +02:00
2016-03-31 22:06:52 +02:00
2016-04-02 05:14:25 -07:00
2016-04-02 05:14:25 -07:00
2016-03-28 13:59:38 -04:00
2016-04-01 12:52:08 -07:00
2016-04-02 01:47:59 -07:00
2016-04-01 12:52:08 -07:00
2016-03-27 01:25:47 -04:00
2016-03-31 23:02:59 +02:00
2016-03-25 14:07:20 -04:00
2016-04-01 10:18:36 -07:00
2016-03-29 16:44:54 +02:00
2016-04-02 01:47:59 -07:00
2016-03-28 16:07:07 +02:00
2016-03-31 02:47:33 +00:00