1
Fork 0

Rollup merge of #54374 - SergioBenitez:pub-multispan, r=alexcrichton

Make 'proc_macro::MultiSpan' public.

Oversight from #52896.
This commit is contained in:
Pietro Albini 2018-09-22 09:56:34 +02:00 committed by GitHub
commit 5d8a27e4da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;