1
Fork 0
rust/compiler/rustc_interface/src
bors bcd696d722 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`
2021-04-30 06:59:37 +00:00
..
callbacks.rs Fix outdated crate names in rustc_interface::callbacks 2021-04-07 11:45:27 -05:00
interface.rs Change the .unwrap to .expect with a helpful message 2021-03-15 20:45:45 +08:00
lib.rs Box the biggest ast::ItemKind variants 2021-02-01 09:23:39 +01:00
passes.rs Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum 2021-04-04 19:19:58 +02:00
proc_macro_decls.rs Remove hir::Item::attrs. 2021-03-09 19:27:50 +01:00
queries.rs Implement RFC 1260 with feature_name imported_main. 2021-04-29 08:35:08 +08:00
tests.rs Make real_rust_path_dir a TRACKED_NO_CRATE_HASH option 2021-04-27 16:48:25 +00:00
util.rs Auto merge of #81641 - bjorn3:find_codegen_backend, r=davidtwco 2021-04-06 07:16:19 +00:00