Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Rollup of 7 pull requests#109662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bors merged 14 commits intorust-lang:masterfrommatthiaskrgr:rollup-tk2g3jf
Mar 27, 2023
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
291ddb8
Rename 'src/bootstrap/native.rs' to llvm.rs
rohaquinlopMar 20, 2023
53ec4bc
Remove some stale FIXMEs in new solver
compiler-errorsMar 25, 2023
4979860
Refactor: Separate `LocalRef` variant for not-evaluated-yet operands
scottmcmMar 25, 2023
dd5b690
Remove Nilstrieb from review rotation
NoratriebMar 27, 2023
2436923
Update cargo
weihangloMar 27, 2023
32189d3
backport 1.68.1 and 1.68.2 release notes to master
pietroalbiniMar 27, 2023
20ca24e
More config.toml.example cleanups
jyn514Mar 2, 2023
84a7540
Rollup merge of #108625 - jyn514:config-toml-cleanups, r=albertlarsan68
matthiaskrgrMar 27, 2023
3917644
Rollup merge of #109418 - rohaquinlop:108240-rename-native.rs-to-llvm…
matthiaskrgrMar 27, 2023
9c73bf9
Rollup merge of #109580 - compiler-errors:new-solver-fixmes, r=lcnr
matthiaskrgrMar 27, 2023
7f6b406
Rollup merge of #109582 - scottmcm:local-ref-pending, r=oli-obk
matthiaskrgrMar 27, 2023
b885e5f
Rollup merge of #109650 - Nilstrieb:i-will-not-review-your-code, r=al…
matthiaskrgrMar 27, 2023
297e3a1
Rollup merge of #109656 - weihanglo:update-cargo, r=weihanglo
matthiaskrgrMar 27, 2023
c3a428f
Rollup merge of #109658 - rust-lang:pa-1.68.2-relnotes, r=pietroalbini
matthiaskrgrMar 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Remove some stale FIXMEs in new solver
  • Loading branch information
@compiler-errors
compiler-errors committedMar 25, 2023
commit53ec4bc63182570d16baca886819a046b7e43c52
4 changes: 0 additions & 4 deletionscompiler/rustc_trait_selection/src/solve/mod.rs
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,8 +9,6 @@
//! FIXME(@lcnr): Write that section. If you read this before then ask me
//! about it on zulip.

// FIXME: uses of `infcx.at` need to enable deferred projection equality once that's implemented.

use rustc_hir::def_id::DefId;
use rustc_infer::infer::canonical::{Canonical, CanonicalVarValues};
use rustc_infer::traits::query::NoSolution;
Expand DownExpand Up@@ -105,8 +103,6 @@ impl<'a, 'tcx> EvalCtxt<'a, 'tcx> {
goal: Goal<'tcx, SubtypePredicate<'tcx>>,
) -> QueryResult<'tcx> {
if goal.predicate.a.is_ty_var() && goal.predicate.b.is_ty_var() {
// FIXME: Do we want to register a subtype relation between these vars?
// That won't actually reflect in the query response, so it seems moot.
self.evaluate_added_goals_and_make_canonical_response(Certainty::AMBIGUOUS)
} else {
self.sub(goal.param_env, goal.predicate.a, goal.predicate.b)?;
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -78,8 +78,6 @@ impl<'tcx> SearchGraph<'tcx> {
tcx: TyCtxt<'tcx>,
goal: CanonicalGoal<'tcx>,
) -> Result<(), QueryResult<'tcx>> {
// FIXME: start by checking the global cache

// Look at the provisional cache to check for cycles.
let cache = &mut self.provisional_cache;
match cache.lookup_table.entry(goal) {
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp