Skip to content

Commit a112600

Browse files
authored
Rollup merge of rust-lang#54374 - SergioBenitez:pub-multispan, r=alexcrichton
Make 'proc_macro::MultiSpan' public. Oversight from rust-lang#52896.
2 parents 19b0748 + adc2c04 commit a112600

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)