Make sure feature gate errors are recoverable
This commit is contained in:
parent
b99fb2f544
commit
15cefe4b2a
20 changed files with 32 additions and 58 deletions
|
@ -15,7 +15,6 @@ pub fn expand_trace_macros(cx: &mut ExtCtxt,
|
|||
sp,
|
||||
feature_gate::GateIssue::Language,
|
||||
feature_gate::EXPLAIN_TRACE_MACROS);
|
||||
return base::DummyResult::any(sp);
|
||||
}
|
||||
|
||||
match (tt.len(), tt.first()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue