Skip to content

Commit

Permalink
docs: Add link to rust-lang/rust#35853
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Nov 17, 2024
1 parent e0801c3 commit ea04966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ macro_rules! utils_escape_repetitions_braces {
/// in the input tokens got replaced with the specified metavariable `$D`.
///
/// This is useful when tokens are meant to be pasted into a generated macro,
/// but expanded result should not be interpreted by `macro_rules`.
/// but the expanded result should not be interpreted by `macro_rules`. (See
/// [`rust/35853`](https://github.com/rust-lang/rust/issues/35853))
///
/// The following example won't compile because the repetition `$($arg:expr),*`
/// pasted in the generated macro will be interpreted by `macro_rules` upon
Expand Down

0 comments on commit ea04966

Please sign in to comment.