Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# https://rust-lang.github.io/rustup/concepts/profiles.html
profile = "default"
# When updating, it might be necessary to run `nix flake update`.
channel = "1.81.0"
channel = "1.90.0"
2 changes: 1 addition & 1 deletion src/typechecker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ impl<'a> Typechecker<'a> {

/// Eliminate all type variables that are greater than or equal to `max_var`
/// * `use_lower`: If true, replace type variables with their lower bound.
/// Otherwise, replace with their upper bound
/// Otherwise, replace with their upper bound
fn eliminate_type_vars(
&mut self,
ty_id: TypeId,
Expand Down