mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
internal: Split unresolve proc-macro error out of mbe
This commit is contained in:
parent
b663b733d9
commit
1505b6a9b4
13 changed files with 147 additions and 104 deletions
|
@ -106,7 +106,7 @@ impl<'a> TtIter<'a> {
|
|||
}
|
||||
|
||||
let err = if error || !cursor.is_root() {
|
||||
Some(ExpandError::BindingError(format!("expected {entry_point:?}").into()))
|
||||
Some(ExpandError::binding_error(format!("expected {entry_point:?}")))
|
||||
} else {
|
||||
None
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue