Sha256: ae7c2739554c862b331705e82781aa4687a4375210cef6ae899a4be4a4ec2d97
Contents?: true
Size: 539 Bytes
Versions: 31
Compression:
Stored size: 539 Bytes
Contents
error[E0308]: mismatched types --> tests/ui/does-not-have-iter-interpolated.rs:8:5 | 8 | quote!(#(#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