rust/src/test/compile-fail/auxiliary
bors 25cc4a86c0 Auto merge of #45707 - Ryman:deprecated-item-name, r=nikomatsakis
rustc: add item name to deprecated lint warning

It can sometimes be difficult to know what is actually deprecated when you have `foo.bar()` and `bar` comes from a trait in another crate.
2017-11-10 21:42:09 +00:00
..
ambig_impl_2_lib.rs
cci_class_5.rs
cci_class.rs
cdylib-dep.rs rustc: Add a new crate type, cdylib 2016-05-19 15:32:03 -07:00
cfg-target-thread-local.rs Add compile-fail test for cfg_target_thread_local 2017-03-05 20:17:47 +00:00
changing-crates-a1.rs
changing-crates-a2.rs
changing-crates-b.rs
coherence_copy_like_lib.rs
coherence_inherent_cc_lib.rs
coherence_lib.rs
coherence_orphan_lib.rs
const_fn_lib.rs
crate_a1.rs
crate_a2.rs
crateresolve1-1.rs
crateresolve1-2.rs
crateresolve1-3.rs
default_ty_param_cross_crate_crate.rs
define_macro.rs Add regression test. 2016-11-02 07:42:42 +00:00
deprecation-lint.rs rustc: add item name to deprecated lint warning 2017-11-02 16:10:09 +00:00
empty-struct.rs Partially stabilize RFC 1506 "Clarify relationships between ADTs" 2016-11-08 22:34:05 +03:00
extern-statics.rs Issue deprecation warnings for safe accesses to extern statics 2016-09-09 01:07:01 +03:00
go_trait.rs
import_crate_var.rs Improve the warning cycle for use $crate;. 2017-01-15 03:12:49 +00:00
inherited_stability.rs
internal_unstable.rs
issue_5844_aux.rs s/aux/auxiliary, because windows 2016-05-06 16:24:48 -04:00
issue_11680.rs
issue_16725.rs
issue_17718_const_privacy.rs
issue_21202.rs
issue_30123_aux.rs
issue_41549.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
issue-19163.rs
issue-21146-inc.rs
issue-29181.rs
issue-30535.rs
issue-36708.rs fix 36708 2016-09-25 08:50:59 +02:00
issue-36881-aux.rs Integrate jobserver support to parallel codegen 2017-06-21 07:16:43 -07:00
lifetime_bound_will_change_warning_lib.rs
lint_output_format.rs
lint_stability_fields.rs
lint_stability.rs More systematic error reporting in path resolution 2016-12-26 15:01:49 +03:00
lint_unused_extern_crate2.rs Integrate jobserver support to parallel codegen 2017-06-21 07:16:43 -07:00
lint_unused_extern_crate3.rs Integrate jobserver support to parallel codegen 2017-06-21 07:16:43 -07:00
lint_unused_extern_crate4.rs Integrate jobserver support to parallel codegen 2017-06-21 07:16:43 -07:00
lint_unused_extern_crate5.rs Address review comments, second turn 2017-08-27 19:02:24 +09:00
lint_unused_extern_crate.rs
macro_crate_nonterminal.rs
macro_non_reexport_2.rs
macro_reexport_1.rs
namespace-mix.rs Fix fallout in tests. 2016-11-21 09:21:54 +00:00
namespaced_enums.rs
noexporttypelib.rs
orphan_check_diagnostics.rs
privacy_tuple_struct.rs
private_trait_xc.rs
private-inferred-type.rs Address review comments 2017-07-07 01:22:48 +03:00
pub_static_array.rs
rbmtp_cross_crate_lib.rs
recursive_reexports.rs Add regression test 2016-06-29 00:27:18 +00:00
rmeta_meta.rs Change --crate-type metadata to --emit=metadata 2016-12-29 13:24:45 +13:00
rmeta_rlib.rs Tests 2016-11-21 07:10:12 +13:00
stability_attribute_issue.rs
stability_cfg1.rs
stability_cfg2.rs
static_priv_by_default.rs
struct_field_privacy.rs
struct_variant_privacy.rs
svh-a-base.rs
svh-a-change-lit.rs
svh-a-change-significant-cfg.rs
svh-a-change-trait-bound.rs
svh-a-change-type-arg.rs
svh-a-change-type-ret.rs
svh-a-change-type-static.rs
svh-b.rs
svh-uta-base.rs
svh-uta-change-use-trait.rs
svh-utb.rs
tdticc_coherence_lib.rs Fix tests and rebase conflict 2017-11-03 16:13:21 -02:00
trait_bounds_on_structs_and_enums_xc.rs
trait_impl_conflict.rs Further update with response to feedback 2017-04-14 22:04:53 -04:00
trait_safety_lib.rs
trait_superkinds_in_metadata.rs
two_macros.rs
unreachable_variant.rs
use_from_trait_xc.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
variant-namespacing.rs
weak-lang-items.rs
xc_private_method_lib.rs
xcrate_unit_struct.rs