diff options
| author | Ben Striegel <ben.striegel@gmail.com> | 2013-03-08 19:34:39 -0500 |
|---|---|---|
| committer | Ben Striegel <ben.striegel@gmail.com> | 2013-03-08 19:34:39 -0500 |
| commit | fdf69dd7b0f0be63ea811e0e01f799f2e077d52d (patch) | |
| tree | eac8c9f3a8a1d6ed4bbe3b85faf1e0ad733b3dc2 /src/libcore/core.rc | |
| parent | ddecef794450fe37f84c8b2316b30eff83b0920b (diff) | |
| download | rust-fdf69dd7b0f0be63ea811e0e01f799f2e077d52d.tar.gz rust-fdf69dd7b0f0be63ea811e0e01f799f2e077d52d.zip | |
Finish de-implicit-selfing everything but the test suite
Diffstat (limited to 'src/libcore/core.rc')
| -rw-r--r-- | src/libcore/core.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc index 42312d96d1b..4d686c8ab33 100644 --- a/src/libcore/core.rc +++ b/src/libcore/core.rc @@ -51,6 +51,7 @@ Implicitly, all crates behave as if they included the following prologue: #[warn(vecs_implicitly_copyable)]; #[deny(non_camel_case_types)]; #[allow(deprecated_mutable_fields)]; +#[deny(deprecated_self)]; // On Linux, link to the runtime with -lrt. #[cfg(target_os = "linux")] |
