You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0632]: cannot provide explicit generic arguments when impl Trait is used in argument position
--> C:\Users\97078.cargo\registry\src\mirrors.tuna.tsinghua.edu.cn-df7c3c540f42cdbd\salvo_extra-0.37.0\src\force_https.rs:54:42
|
54 | if let Some(host) = req.header::(header::HOST) {
| ^^^^^^ explicit generic argument not allowed
|
= note: see issue #83701 rust-lang/rust#83701 for more information
The text was updated successfully, but these errors were encountered:
error[E0632]: cannot provide explicit generic arguments when
impl Trait
is used in argument position--> C:\Users\97078.cargo\registry\src\mirrors.tuna.tsinghua.edu.cn-df7c3c540f42cdbd\salvo_extra-0.37.0\src\force_https.rs:54:42
|
54 | if let Some(host) = req.header::(header::HOST) {
| ^^^^^^ explicit generic argument not allowed
|
= note: see issue #83701 rust-lang/rust#83701 for more information
The text was updated successfully, but these errors were encountered: