Lines Matching defs:macros
13212 // Just make sure that the macros are defined, there's not really a lot that we
13223 // Just make sure that the macros are defined, there's not really a lot that we
13957 /// The same convention is used with [`print!`] and [`write!`] macros,
19455 // Module with internal macros used by other modules (needs to be included before other modules).
19457 mod macros;
26228 //! # Related macros
26230 //! There are a number of related macros in the [`format!`] family. The ones that
26246 //! This and [`writeln!`] are two macros which are used to emit the format string
26262 //! macro, the goal of these macros is to avoid intermediate allocations when
26271 //! The [`eprint!`] and [`eprintln!`] macros are identical to
26281 //! the related macros are implemented in terms of this. First
40382 mod macros;