Files
rust/compiler/rustc_mir_transform/src
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-03 20:42:42 +04:00
2022-05-09 18:40:18 +02:00
2022-04-27 08:51:33 +01:00
2022-06-11 23:08:06 -07:00
2021-12-02 17:31:38 -08:00
2022-05-02 17:40:30 -07:00
2022-03-30 15:14:15 -04:00
2022-04-16 18:44:27 -04:00
2022-04-11 08:55:03 -04:00
2022-02-15 16:03:24 +11:00
2022-05-02 17:40:30 -07:00