syntax: Remove DummyResult::expn_only
This commit is contained in:
parent
60960a260f
commit
376636e517
8 changed files with 27 additions and 54 deletions
|
@ -20,7 +20,7 @@ pub fn expand_assert<'cx>(
|
|||
Ok(assert) => assert,
|
||||
Err(mut err) => {
|
||||
err.emit();
|
||||
return DummyResult::expr(sp);
|
||||
return DummyResult::any(sp);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue