Skip to content

Commit cdb8f68

Browse files
committed
Bump rustc version
1 parent 1fd05f9 commit cdb8f68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/exporter/src/traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ pub mod copy_paste_from_rustc {
470470
let obligation_cause = ObligationCause::dummy();
471471
let obligation = Obligation::new(tcx, obligation_cause, param_env, trait_ref);
472472

473-
let selection = match selcx.select(&obligation) {
473+
let selection = match selcx.poly_select(&obligation) {
474474
Ok(Some(selection)) => selection,
475475
Ok(None) => return Err(CodegenObligationError::Ambiguity),
476476
Err(Unimplemented) => return Err(CodegenObligationError::Unimplemented),

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2023-07-07"
2+
channel = "nightly-2023-07-08"
33
components = [ "rustc-dev", "llvm-tools-preview" , "rust-analysis" , "rust-src" , "rustfmt" ]

0 commit comments

Comments
 (0)