diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-05-31 16:53:30 -0600 |
|---|---|---|
| committer | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-06-09 16:57:19 -0600 |
| commit | 60058e5dbe1ef466010cc34aa31e84ccf1ebb330 (patch) | |
| tree | 36fdd01517e9e017824a2856e38827da9410e5ef /src/libsyntax/lib.rs | |
| parent | 61d88318aa66669fba061e9af529365172d63cd0 (diff) | |
| download | rust-60058e5dbe1ef466010cc34aa31e84ccf1ebb330.tar.gz rust-60058e5dbe1ef466010cc34aa31e84ccf1ebb330.zip | |
Crate-ify and delete unused code in syntax::parse
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index e9817034569..2ee14bd61c2 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -25,6 +25,7 @@ #![feature(const_atomic_usize_new)] #![feature(rustc_attrs)] #![feature(str_escape)] +#![feature(crate_visibility_modifier)] #![recursion_limit="256"] |
