Files
rust/compiler/rustc_middle/src/mir
Nicholas Nethercote 93e4b6ef06 Rename the ConstS::val field as kind.
And likewise for the `Const::val` method.

Because its type is called `ConstKind`. Also `val` is a confusing name
because `ConstKind` is an enum with seven variants, one of which is
called `Value`. Also, this gives consistency with `TyS` and `PredicateS`
which have `kind` fields.

The commit also renames a few `Const` variables from `val` to `c`, to
avoid confusion with the `ConstKind::Value` variant.
2022-06-14 13:06:44 +10:00
..
2022-06-10 08:35:03 +10:00
2022-06-14 13:06:44 +10:00
2022-05-26 13:14:24 +02:00
2022-06-10 08:35:03 +10:00
2022-04-11 08:55:03 -04:00
2022-06-10 08:35:03 +10:00
2022-05-31 00:00:00 +00:00
2022-06-10 08:35:03 +10:00
2022-06-08 09:24:03 +10:00
2022-05-27 07:36:17 -04:00