We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197e529 commit 8f36057Copy full SHA for 8f36057
src/librustc/session/mod.rs
@@ -519,7 +519,7 @@ impl Session {
519
duration_to_secs_str(self.perf_stats.decode_def_path_tables_time.get()));
520
}
521
522
- /// We want to know if we're allowed to do an optimization for crate crate.
+ /// We want to know if we're allowed to do an optimization for crate foo from -z fuel=foo=n.
523
/// This expends fuel if applicable, and records fuel if applicable.
524
pub fn consider_optimizing<T: Fn() -> String>(&self, crate_name: &str, msg: T) -> bool {
525
let mut ret = true;
0 commit comments