Lines Matching refs:paste
10 mod paste;
254 /// Within the `paste!` macro, identifiers inside `[<` and `>]` are concatenated together to form a
257 /// This is similar to the [`paste`] crate, but with pasting feature limited to identifiers
264 /// use kernel::macro::paste;
268 /// paste! {
308 /// use kernel::macro::paste;
312 /// kernel::macros::paste! {
340 /// [`paste`]: https://docs.rs/paste/
342 pub fn paste(input: TokenStream) -> TokenStream {
344 paste::expand(&mut tokens);