We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19b0748 + adc2c04 commit a112600Copy full SHA for a112600
src/libproc_macro/lib.rs
@@ -48,7 +48,7 @@ pub mod rustc;
48
mod diagnostic;
49
50
#[unstable(feature = "proc_macro_diagnostic", issue = "54140")]
51
-pub use diagnostic::{Diagnostic, Level};
+pub use diagnostic::{Diagnostic, Level, MultiSpan};
52
53
use std::{ascii, fmt, iter};
54
use std::path::PathBuf;
0 commit comments