Skip to content

Commit adc2c04

Browse files
committed
Make 'proc_macro::MultiSpan' public.
1 parent 20dc0c5 commit adc2c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libproc_macro/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub mod rustc;
4848
mod diagnostic;
4949

5050
#[unstable(feature = "proc_macro_diagnostic", issue = "54140")]
51-
pub use diagnostic::{Diagnostic, Level};
51+
pub use diagnostic::{Diagnostic, Level, MultiSpan};
5252

5353
use std::{ascii, fmt, iter};
5454
use std::path::PathBuf;

0 commit comments

Comments
 (0)