Lines Matching full:interpolation
43 //! syntax performs interpolation of runtime variables into the quoted tokens.
133 /// Performs variable interpolation against the input and produces it as
141 /// # Interpolation
143 /// Variable interpolation is done with `#var` (similar to `$var` in
155 /// for each one. The variables in an interpolation may be a `Vec`, slice,
381 /// Neither doc comments nor string literals get interpolation behavior in
801 // either side. This is enough for the longest possible interpolation form (a
807 // - When it is a `#`, quote_token_with_context can do an interpolation. The
808 // interpolation kind will depend on the three subsequent tts.
810 // - When it is within a later part of an interpolation, it can be ignored
811 // because the interpolation has already been done.
813 // - When it is not part of an interpolation it can be pushed as a single
941 // A non-repetition interpolation.
948 // An ordinary token, not part of any interpolation.