Skip to content

Commit

Permalink
Rollup merge of rust-lang#54374 - SergioBenitez:pub-multispan, r=alex…
Browse files Browse the repository at this point in the history
…crichton

Make 'proc_macro::MultiSpan' public.

Oversight from rust-lang#52896.
  • Loading branch information
pietroalbini committed Sep 22, 2018
2 parents 7248b79 + adc2c04 commit 5d8a27e
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 5d8a27e

Please sign in to comment.