diff --git a/core/codegen/tests/ui-fail/typed-uri-bad-type.stderr b/core/codegen/tests/ui-fail/typed-uri-bad-type.stderr index e2c79f7c..17476024 100644 --- a/core/codegen/tests/ui-fail/typed-uri-bad-type.stderr +++ b/core/codegen/tests/ui-fail/typed-uri-bad-type.stderr @@ -111,9 +111,9 @@ error[E0277]: the trait bound `S: rocket::http::uri::Ignorable>() { } +469 | pub fn assert_ignorable>() { } | ------------ required by this bound in `rocket::http::uri::assert_ignorable` | = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) @@ -127,9 +127,9 @@ error[E0277]: the trait bound `usize: rocket::http::uri::Ignorable>() { } +469 | pub fn assert_ignorable>() { } | ------------ required by this bound in `rocket::http::uri::assert_ignorable` | = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)