forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve normalization of
Pointee::Metadata
in next solver
- Loading branch information
Lukas Markeffsky
committed
Jan 30, 2024
1 parent
3b6d00d
commit 469f0b8
Showing
2 changed files
with
44 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// check-pass | ||
// revisions: old next | ||
//[next] compile-flags: -Znext-solver | ||
|
||
#![feature(ptr_metadata)] | ||
|
||
|