rust/compiler/rustc_query_system/src
Matthias Krüger a9743e108a
Rollup merge of #111875 - WaffleLapkin:defer_on_drop, r=Nilstrieb
Don't leak the function that is called on drop

It probably wasn't causing problems anyway, but still, a `// this leaks, please don't pass anything that owns memory` is not sustainable.

I could implement a version which does not require `Option`, but it would require `unsafe`, at which point it's probably not worth it.
2023-05-25 08:01:08 +02:00
..
dep_graph Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
ich Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
query Don't leak the function that is called on drop 2023-05-23 14:53:36 +00:00
cache.rs
error.rs
lib.rs Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
values.rs