rust/src/test/ui/impl-trait/issues
Mazdak Farrokhzad 7ab50e4006
Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk
Transition future compat lints to {ERROR, DENY} - Take 2

Follow up to https://github.com/rust-lang/rust/pull/63247 implementing https://github.com/rust-lang/rust/pull/63247#issuecomment-536295992.

- `legacy_ctor_visibility` (ERROR) -- closes #39207
- `legacy_directory_ownership` (ERROR) -- closes #37872
- `safe_extern_static` (ERROR) -- closes #36247
- `parenthesized_params_in_types_and_modules` (ERROR) -- closes #42238
- `duplicate_macro_exports` (ERROR)
- `nested_impl_trait` (ERROR) -- closes #59014
- `ill_formed_attribute_input` (DENY) -- transitions #57571
- `patterns_in_fns_without_body` (DENY) -- transitions #35203

r? @varkor
cc @petrochenkov
2019-11-08 16:50:33 +01:00
..
infinite-impl-trait-issue-38064.rs Add ui/impl-trait/issues folder 2019-06-03 19:57:13 +01:00
infinite-impl-trait-issue-38064.stderr Self-referencial type renamed to recursive type. 2019-07-18 07:30:51 +01:00
issue-21659-show-relevant-trait-impls-3.rs Add ui/impl-trait/issues folder 2019-06-03 19:57:13 +01:00
issue-21659-show-relevant-trait-impls-3.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
issue-42479.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-49376.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-52128.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-53457.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
issue-55608-captures-empty-region.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-57464-unexpected-regions.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-57979-deeply-nested-impl-trait-in-assoc-proj.rs nested_impl_trait -> error 2019-11-06 11:10:37 +01:00
issue-57979-deeply-nested-impl-trait-in-assoc-proj.stderr nested_impl_trait -> error 2019-11-06 11:10:37 +01:00
issue-57979-impl-trait-in-path.rs nested_impl_trait -> error 2019-11-06 11:10:37 +01:00
issue-57979-impl-trait-in-path.stderr nested_impl_trait -> error 2019-11-06 11:10:37 +01:00
issue-57979-nested-impl-trait-in-assoc-proj.rs nested_impl_trait -> error 2019-11-06 11:10:37 +01:00
issue-57979-nested-impl-trait-in-assoc-proj.stderr nested_impl_trait -> error 2019-11-06 11:10:37 +01:00
universal-issue-48703.rs Improve error message for APIT with explicit generic parameters 2019-10-20 01:40:24 +01:00
universal-issue-48703.stderr Changed APIT with explicit generic args span to specific arg spans 2019-10-24 09:47:26 -05:00
universal-turbofish-in-method-issue-50950.rs Improve error message for APIT with explicit generic parameters 2019-10-20 01:40:24 +01:00
universal-turbofish-in-method-issue-50950.stderr Changed APIT with explicit generic args span to specific arg spans 2019-10-24 09:47:26 -05:00