rust/compiler/rustc_resolve/src
est31 ef018be5c4 Update the syn crate and adopt let_else in three more places
The syn crate has gained support for let_else syntax in version 1.0.76,
see https://github.com/dtolnay/syn/pull/1057 .

In the three instances that use let_else, we've sent code through an
attr macro, which would create compile errors when there was no
let_else support in syn. To avoid this, we ran
`cargo +nightly update -p syn` for updating the syn crate.
2021-10-16 07:18:15 +02:00
..
late Update the syn crate and adopt let_else in three more places 2021-10-16 07:18:15 +02:00
build_reduced_graph.rs Move rustc_middle::middle::cstore to rustc_session. 2021-10-03 16:08:51 +02:00
check_unused.rs Stop tracking namespce in used_imports. 2021-08-22 16:50:59 +02:00
def_collector.rs Record call_site parent for macros. 2021-09-10 20:19:25 +02:00
diagnostics.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
imports.rs remove unwrap_or! macro 2021-10-08 19:32:16 +03:00
late.rs Suggest similarly named assoc items in trait impls 2021-09-29 00:22:32 +09:00
lib.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
macros.rs Remove visible path calculation from allowed deprecation lint 2021-09-30 15:15:10 +04:00