Lines Matching refs:paste
20 mod paste;
320 /// Within the `paste!` macro, identifiers inside `[<` and `>]` are concatenated together to form a
323 /// This is similar to the [`paste`] crate, but with pasting feature limited to identifiers and
347 /// ::kernel::macros::paste! {
404 /// ::kernel::macros::paste! {
439 /// ::kernel::macros::paste! {
450 /// [`paste`]: https://docs.rs/paste/
452 pub fn paste(input: TokenStream) -> TokenStream {
454 paste::expand(&mut tokens);