rust/compiler/rustc_const_eval/src
Josh Triplett bb6bbfa13f Avoid naming variables str
This renames variables named `str` to other names, to make sure `str`
always refers to a type.

It's confusing to read code where `str` (or another standard type name)
is used as an identifier. It also produces misleading syntax
highlighting.
2025-01-07 14:30:02 +02:00
..
check_consts Note def descr in NonConstFunctionCall 2024-12-23 22:15:32 +00:00
const_eval Spruce up the docs of several queries related to the type/trait system and const eval 2024-12-27 11:44:23 +01:00
interpret Avoid naming variables str 2025-01-07 14:30:02 +02:00
util Begin to implement type system layer of unsafe binders 2024-12-22 21:57:57 +00:00
errors.rs Note def descr in NonConstFunctionCall 2024-12-23 22:15:32 +00:00
lib.rs report UB when the niche value refers to the untagged variant 2024-11-30 18:26:30 +01:00