Skip to content

Commit

Permalink
Make 'proc_macro::MultiSpan' public.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Sep 20, 2018
1 parent 20dc0c5 commit adc2c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libproc_macro/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit adc2c04

Please sign in to comment.