Remove #[cfg(stage0)] items.
This commit is contained in:
parent
07503dfb8b
commit
6e8e4f847c
17 changed files with 14 additions and 1353 deletions
|
|
@ -3723,7 +3723,4 @@ pub fn resolve_crate<'a, 'tcx>(session: &'a Session,
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(stage0)]
|
||||
__build_diagnostic_array! { DIAGNOSTICS }
|
||||
#[cfg(not(stage0))]
|
||||
__build_diagnostic_array! { librustc_resolve, DIAGNOSTICS }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue