Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68

Bump bootstrap compiler to new beta

https://forge.rust-lang.org/release/process.html#master-bootstrap-update-t-2-day-tuesday
This commit is contained in:
bors 2024-07-30 17:49:08 +00:00
commit dca83ca869

View file

@ -5,6 +5,7 @@ trait MyDatabase: salsa::Database {
}
mod another_module {
#[allow(dead_code)]
pub(crate) fn another_name(_: &dyn crate::MyDatabase, (): ()) {}
}