mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
fix: Fix macro transcriber emitting incorrect lifetime tokens
This commit is contained in:
parent
ddf105b646
commit
c990587593
4 changed files with 73 additions and 6 deletions
|
@ -152,6 +152,7 @@ pub struct Punct<S> {
|
|||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub enum Spacing {
|
||||
Alone,
|
||||
/// Whether the following token is joint to the current one.
|
||||
Joint,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue