Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov
Implement RFC 1260 with feature_name `imported_main`. This is the second extraction part of #84062 plus additional adjustments. This (mostly) implements RFC 1260. However there's still one test case failure in the extern crate case. Maybe `LocalDefId` doesn't work here? I'm not sure. cc https://github.com/rust-lang/rust/issues/28937 r? `@petrochenkov`
This commit is contained in:
commit
bcd696d722
38 changed files with 463 additions and 193 deletions
|
@ -634,6 +634,7 @@ symbols! {
|
|||
impl_macros,
|
||||
impl_trait_in_bindings,
|
||||
import_shadowing,
|
||||
imported_main,
|
||||
in_band_lifetimes,
|
||||
include,
|
||||
include_bytes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue