You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, `Empty`, `PathRoot`, `DollarCrate`, and `Underscore`. They
are turned into ordinary symbols.
`is_special` is changed: `{{root}}` and the empty symbol are no longer
considered special, but `$crate` and `_` still are. This is required to
avoid changing any behaviour (in tests, etc.)
0 commit comments