diff options
| author | Gibson Fahnestock <gibfahn@gmail.com> | 2017-03-05 19:32:46 +0000 |
|---|---|---|
| committer | Gibson Fahnestock <gibfahn@gmail.com> | 2017-03-05 20:17:01 +0000 |
| commit | ea3f148d3d3b4fb1d1b49be1be4b025fe17dde26 (patch) | |
| tree | b49b42cfd1f5ae2d4b21694db4155402d7d1826b /src/tools | |
| parent | 6b76c9ea19f4538a6ace44ebce2b8bfd1f80c126 (diff) | |
Add compile-fail test for unwind_attributes
Test copied from src/test/codegen/extern-functions.rs. Refs: https://github.com/rust-lang/rust/issues/39059
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/features.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/features.rs b/src/tools/tidy/src/features.rs index 93593b97555..e065fe00bcf 100644 --- a/src/tools/tidy/src/features.rs +++ b/src/tools/tidy/src/features.rs @@ -167,7 +167,7 @@ pub fn check(path: &Path, bad: &mut bool) { // FIXME get this whitelist empty. let whitelist = vec![ - "cfg_target_thread_local", "unwind_attributes", + "cfg_target_thread_local", ]; // Only check the number of lang features. |
