1
Fork 0

remove support for the #[start] attribute

This commit is contained in:
Ralf Jung 2024-12-14 09:13:12 +01:00
parent 341f60327f
commit 56c90dc31e
176 changed files with 454 additions and 1260 deletions

View file

@ -345,9 +345,6 @@ pub enum ObligationCauseCode<'tcx> {
/// `main` has wrong type
MainFunctionType,
/// `start` has wrong type
StartFunctionType,
/// language function has wrong type
LangFunctionType(Symbol),