We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa1ca9 commit b12e3b3Copy full SHA for b12e3b3
proc_macro/src/lib.rs
@@ -811,7 +811,7 @@ pub enum Delimiter {
811
/// `[ ... ]`
812
#[stable(feature = "proc_macro_lib2", since = "1.29.0")]
813
Bracket,
814
- /// `Ø ... Ø`
+ /// `∅ ... ∅`
815
/// An invisible delimiter, that may, for example, appear around tokens coming from a
816
/// "macro variable" `$var`. It is important to preserve operator priorities in cases like
817
/// `$var * 3` where `$var` is `1 + 2`.
0 commit comments