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
|
@ -49,7 +49,6 @@ pub fn expand_asm<'cx>(cx: &'cx mut ExtCtxt,
|
|||
sp,
|
||||
feature_gate::GateIssue::Language,
|
||||
feature_gate::EXPLAIN_ASM);
|
||||
return DummyResult::expr(sp);
|
||||
}
|
||||
|
||||
// Split the tts before the first colon, to avoid `asm!("x": y)` being
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue