xref: /third_party/rust/crates/quote/tests/ui/does-not-have-iter-interpolated-dup.rs (revision e31f0860)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/quote/tests/ui/
1e31f0860Sopenharmony_ciuse quote::quote;
2e31f0860Sopenharmony_ci
3e31f0860Sopenharmony_cifn main() {
4e31f0860Sopenharmony_ci    let nonrep = "";
5e31f0860Sopenharmony_ci
6e31f0860Sopenharmony_ci    // Without some protection against repetitions with no iterator somewhere
7e31f0860Sopenharmony_ci    // inside, this would loop infinitely.
8e31f0860Sopenharmony_ci    quote!(#(#nonrep #nonrep)*);
9e31f0860Sopenharmony_ci}
10

Indexes created Thu Nov 07 10:32:03 CST 2024