diff --git a/url/src/lib.rs b/url/src/lib.rs index 3d12c47d..bfd8f419 100644 --- a/url/src/lib.rs +++ b/url/src/lib.rs @@ -1799,6 +1799,7 @@ impl Url { } parser.parse_cannot_be_a_base_path(parser::Input::new_no_trim(path)); } else { + let mut has_host = true; // FIXME parser.parse_path_start( scheme_type, &mut has_host,