rust/src/librustc_metadata
Mazdak Farrokhzad 5a0e4510a8
Rollup merge of #59266 - estebank:struct-parse-recovery, r=petrochenkov
Do not complain about non-existing fields after parse recovery

When failing to parse struct-like enum variants, the ADT gets recorded
as having no fields. Record that we have actually recovered during
parsing of this variant to avoid complaing about non-existing fields
when actually using it.

Fix #57361.
2019-03-22 19:31:24 +01:00
..
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml librustc_metadata => 2018 2019-02-08 20:50:17 +09:00
creader.rs Move locate_ctxt back 2019-03-05 18:53:23 +01:00
cstore.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
cstore_impl.rs Emit missing unclosed delimiter errors 2019-03-06 18:46:11 -08:00
decoder.rs Do not complain about non-existing fields after parse recovery 2019-03-17 20:09:53 -07:00
diagnostics.rs Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik 2019-02-14 02:41:16 +01:00
dynamic_lib.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
encoder.rs Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxc 2019-03-08 13:49:07 +00:00
foreign_modules.rs hir: remove NodeId from Item 2019-03-02 07:48:52 +01:00
index.rs librustc_metadata => 2018 2019-02-08 20:50:17 +09:00
index_builder.rs hir: remove NodeId from Item 2019-03-02 07:48:52 +01:00
isolated_encoder.rs librustc_metadata => 2018 2019-02-08 20:50:17 +09:00
lib.rs Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichton 2019-03-20 14:42:47 +00:00
link_args.rs Remove licenses 2018-12-25 21:08:33 -07:00
locator.rs Allow linking to a proc macro on the target in metadata and still use a host proc macro to execute them 2019-03-05 00:36:23 +01:00
native_libs.rs Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichton 2019-03-20 14:42:47 +00:00
schema.rs Encode proc macro stability 2019-03-05 00:36:25 +01:00