chore: add vendor dependencies for kauma build
This commit is contained in:
parent
7c94e5d8fb
commit
067ef6141c
1758 changed files with 398473 additions and 0 deletions
9
vendor/quote/tests/ui/does-not-have-iter-interpolated-dup.rs
vendored
Normal file
9
vendor/quote/tests/ui/does-not-have-iter-interpolated-dup.rs
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
use quote::quote;
|
||||
|
||||
fn main() {
|
||||
let nonrep = "";
|
||||
|
||||
// Without some protection against repetitions with no iterator somewhere
|
||||
// inside, this would loop infinitely.
|
||||
quote!(#(#nonrep #nonrep)*);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue