Auto merge of #79840 - dvtkrlbs:issue-79667, r=oli-obk
Remove memoization leftovers from constant evaluation machine Closes #79667
This commit is contained in:
commit
001bd7762c
3 changed files with 17 additions and 69 deletions
|
@ -132,7 +132,6 @@ pub use self::pointer::{Pointer, PointerArithmetic};
|
|||
/// Uniquely identifies one of the following:
|
||||
/// - A constant
|
||||
/// - A static
|
||||
/// - A const fn where all arguments (if any) are zero-sized types
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq, Hash, TyEncodable, TyDecodable)]
|
||||
#[derive(HashStable, Lift)]
|
||||
pub struct GlobalId<'tcx> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue