Rollup merge of #54374 - SergioBenitez:pub-multispan, r=alexcrichton
Make 'proc_macro::MultiSpan' public. Oversight from #52896.
This commit is contained in:
commit
5d8a27e4da
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ pub mod rustc;
|
|||
mod diagnostic;
|
||||
|
||||
#[unstable(feature = "proc_macro_diagnostic", issue = "54140")]
|
||||
pub use diagnostic::{Diagnostic, Level};
|
||||
pub use diagnostic::{Diagnostic, Level, MultiSpan};
|
||||
|
||||
use std::{ascii, fmt, iter};
|
||||
use std::path::PathBuf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue