Sha256: 90a4bdb9267535f5d2785940148338d6b7d905548051d2c9c5dcbd58f2c11d8e
Contents?: true
Size: 559 Bytes
Versions: 31
Compression:
Stored size: 559 Bytes
Contents
error[E0308]: mismatched types --> tests/ui/does-not-have-iter-interpolated-dup.rs:8:5 | 8 | quote!(#(#nonrep #nonrep)*); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected `HasIterator`, found `ThereIsNoIteratorInRepetition` | expected due to this | here the type of `has_iter` is inferred to be `ThereIsNoIteratorInRepetition` | = note: this error originates in the macro `$crate::quote_token_with_context` which comes from the expansion of the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info)
Version data entries
31 entries across 31 versions & 1 rubygems