Skip to content

Commit

Permalink
cargo fmt -- src/scope.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Apr 24, 2023
1 parent 392ec8d commit a2c7350
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/compiler/can/src/scope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,11 @@ pub fn create_alias(
if !hidden.is_empty() {
internal_error!(
"Found unbound type variables {:?} \n in type alias {:?} {:?} {:?} : {:?}",
hidden, name, &vars, &infer_ext_in_output_variables, &typ
hidden,
name,
&vars,
&infer_ext_in_output_variables,
&typ
)
}

Expand Down

0 comments on commit a2c7350

Please sign in to comment.