Skip to content

Commit

Permalink
Update UI tests for latest nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jebrosen authored and SergioBenitez committed May 29, 2020
1 parent 376f741 commit ccb5eb1
Show file tree
Hide file tree
Showing 4 changed files with 350 additions and 216 deletions.
2 changes: 1 addition & 1 deletion core/codegen/tests/ui-fail/from_form_value.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ note: error occurred while deriving `FromFormValue`
| ^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)

error: aborting due to 7 previous errors
error: aborting due to 7 previous errors; 1 warning emitted

2 changes: 2 additions & 0 deletions core/codegen/tests/ui-fail/route-warnings.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ note: 'HEAD' does not typically support payloads
| ^^^^
= note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)

warning: 5 warnings emitted

2 changes: 2 additions & 0 deletions core/codegen/tests/ui-fail/uri_display.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// normalize-stderr-test: "::: (.*)/core/http" -> "::: $$ROCKET/core/http"

#[macro_use] extern crate rocket;

#[derive(UriDisplayQuery)]
Expand Down
Loading

0 comments on commit ccb5eb1

Please sign in to comment.