rust/src
Zack M. Davis 4fb57e0796 one-time diagnostic and suggestion for reëxporting private variant error
We issue just one message for an erroneous glob private variant reëxport
(using the Session's one-time-diagnostics capability), but individual
(non-glob) such erroneous reëxports still get their own messages. The
suggestion to make the enum public is also one-time.

The enum variant reëxport error didn't have an associated error code
(and remedying this here is deemed out of the scope of this commit), so
we resort to the expediency of using 0 as the `DiagnosticMessageId`
value.

Adding Debug to NameResolution was helpful in development.

This resolves #46209.
2017-12-09 16:33:32 -08:00
..
binaryen@1c9bf65aa0
bootstrap
build_helper
ci
dlmalloc@d3812c3acc
doc fix markdown file differences 2017-12-07 23:56:21 +01:00
etc
grammar
jemalloc@1f5a28755e
liballoc Revert "Make drop impl stable for DrainFilter" 2017-12-09 01:09:23 -07:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@18feaccbfd
libcore Rollup merge of #46548 - jonathanstrong:master, r=dtolnay 2017-12-07 23:59:04 +01:00
libfmt_macros
libgetopts
libgraphviz
liblibc@1a2f9639f8
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc one-time diagnostics: span_suggestion, generalize methods for non-lints 2017-12-09 16:33:32 -08:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back
librustc_binaryen
librustc_borrowck
librustc_const_eval
librustc_const_math
librustc_cratesio_shim
librustc_data_structures
librustc_driver mir-borrowck returns closure requirements, mir-typeck enforces 2017-12-07 05:28:00 -05:00
librustc_errors Auto merge of #45953 - estebank:tab-4, r=nikomatsakis 2017-12-06 21:05:53 +00:00
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata incr.comp.: Make Span decoding more consistent so it doesn't mess up -Zincremental-verify-ich 2017-12-08 10:02:26 +01:00
librustc_mir rename Binder::new_not_binding to Binder::dummy 2017-12-07 05:28:04 -05:00
librustc_msan
librustc_passes remove unnecessary change 2017-12-07 04:01:59 -05:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve one-time diagnostic and suggestion for reëxporting private variant error 2017-12-09 16:33:32 -08:00
librustc_save_analysis
librustc_trans Auto merge of #46563 - michaelwoerister:make-anon-globals-private, r=alexcrichton 2017-12-08 18:46:24 +00:00
librustc_trans_utils make fn_sig().subst() ICE when used with a closure 2017-12-07 05:28:01 -05:00
librustc_tsan
librustc_typeck rewrite comment on how to get closure sig, per arielb1's suggestion 2017-12-07 05:28:02 -05:00
librustdoc rustdoc: Include impl [u8] in the docs 2017-12-09 17:06:02 +00:00
libserialize
libstd Auto merge of #45837 - SimonSapin:file_read_write, r=dtolnay 2017-12-08 21:33:50 +00:00
libstd_unicode
libsyntax Auto merge of #46497 - AgustinCB:issue-46311, r=petrochenkov 2017-12-07 21:05:49 +00:00
libsyntax_ext
libsyntax_pos Auto merge of #46497 - AgustinCB:issue-46311, r=petrochenkov 2017-12-07 21:05:49 +00:00
libterm
libtest
libunwind
llvm@6d08185a5c
rt
rtstartup
rustc
rustllvm rustc: Further tweak linkage in ThinLTO 2017-12-07 06:53:49 -08:00
test one-time diagnostic and suggestion for reëxporting private variant error 2017-12-09 16:33:32 -08:00
tools Auto merge of #46532 - est31:master, r=est31 2017-12-07 18:13:10 +00:00
Cargo.lock Update Cargo 2017-12-06 18:21:14 +13:00
Cargo.toml
stage0.txt