Rollup merge of #98878 - lcnr:more-rustc_pass_by_value, r=oli-obk
add more `rustc_pass_by_value` r? ```@oli-obk``` cc #98766
This commit is contained in:
commit
cb2d3bb198
4 changed files with 15 additions and 14 deletions
|
@ -311,6 +311,7 @@ pub enum StatementKind<'tcx> {
|
|||
|
||||
/// Describes what kind of retag is to be performed.
|
||||
#[derive(Copy, Clone, TyEncodable, TyDecodable, Debug, PartialEq, Eq, Hash, HashStable)]
|
||||
#[rustc_pass_by_value]
|
||||
pub enum RetagKind {
|
||||
/// The initial retag when entering a function.
|
||||
FnEntry,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue