We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a963d80 commit 485e250Copy full SHA for 485e250
rust-toolchain.toml
@@ -4,4 +4,4 @@
4
# https://rust-lang.github.io/rustup/concepts/profiles.html
5
profile = "default"
6
# When updating, it might be necessary to run `nix flake update`.
7
-channel = "1.81.0"
+channel = "1.90.0"
src/typechecker.rs
@@ -1377,7 +1377,7 @@ impl<'a> Typechecker<'a> {
1377
1378
/// Eliminate all type variables that are greater than or equal to `max_var`
1379
/// * `use_lower`: If true, replace type variables with their lower bound.
1380
- /// Otherwise, replace with their upper bound
+ /// Otherwise, replace with their upper bound
1381
fn eliminate_type_vars(
1382
&mut self,
1383
ty_id: TypeId,
0 commit comments