Files
rust/compiler/rustc_codegen_llvm/src
Martin Nordholts aa364cac52 compiler: Deduplicate must_emit_unwind_tables() comments
There is one comment at a call site and one comment in the function
definition that are mostly saying the same thing. Fold the call site
comment into the function definition comment to reduce duplication.

There are actually some inaccuracies in the comments but let's
deduplicate before we address the inaccuracies.
2025-07-07 09:34:34 +02:00
..
2025-06-25 02:11:29 +00:00
2025-05-28 20:55:00 +00:00
2025-07-05 10:55:42 +02:00