diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-02-18 16:57:21 -0700 |
|---|---|---|
| committer | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-02-20 08:52:33 -0700 |
| commit | 33f5ceee1f2183b979aa0eccea7081ac7e43adfb (patch) | |
| tree | 54a8442cbb0e4ce0192a37ef06801355c0adac5d /src/libsyntax | |
| parent | 24b485b918a988208cfd95c9101d01b46f550f92 (diff) | |
| download | rust-33f5ceee1f2183b979aa0eccea7081ac7e43adfb.tar.gz rust-33f5ceee1f2183b979aa0eccea7081ac7e43adfb.zip | |
stage0 cfg cleanup
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 9181cca215c..14e39b5af42 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -152,5 +152,4 @@ pub mod ext { #[cfg(test)] mod test_snippet; -#[cfg(not(stage0))] // remove after the next snapshot __build_diagnostic_array! { libsyntax, DIAGNOSTICS } |
