mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-31 20:09:01 +00:00
Reorganize proc-macro-srv
This commit is contained in:
parent
a7a365e8f8
commit
218e00d0bb
5 changed files with 131 additions and 148 deletions
|
|
@ -209,7 +209,7 @@ pub(super) fn from_token_tree<Span: Copy>(
|
|||
token_trees.push(tt::TokenTree::Leaf(tt::Leaf::Punct(tt::Punct {
|
||||
spacing: tt::Spacing::Alone,
|
||||
span: literal.span,
|
||||
char: '-' as char,
|
||||
char: '-',
|
||||
})));
|
||||
symbol = Symbol::intern(&symbol.as_str()[1..]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue