We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[allow(rustc::untranslatable_diagnostic)]
1 parent 18128d0 commit b0e1175Copy full SHA for b0e1175
compiler/rustc_passes/src/entry.rs
@@ -106,7 +106,6 @@ fn check_and_search_item(id: ItemId, ctxt: &mut EntryContext<'_>) {
106
}
107
108
109
-#[allow(rustc::untranslatable_diagnostic)] // FIXME: make this translatable
110
fn configure_main(tcx: TyCtxt<'_>, visitor: &EntryContext<'_>) -> Option<(DefId, EntryFnType)> {
111
if let Some((def_id, _)) = visitor.start_fn {
112
Some((def_id.to_def_id(), EntryFnType::Start))
0 commit comments