Skip to content

Commit

Permalink
fix stderr file
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRawMeatball committed Sep 12, 2022
1 parent 9e526e7 commit 60087d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ error[E0277]: the trait bound `&'static mut Foo: ReadOnlyWorldQuery` is not sati
= note: `ReadOnlyWorldQuery` is implemented for `&'static Foo`, but not for `&'static mut Foo`
= note: required because of the requirements on the impl of `ReadOnlySystemParamFetch` for `QueryState<&'static mut Foo>`
= note: 2 redundant requirements hidden
= note: required because of the requirements on the impl of `ReadOnlySystemParamFetch` for `FetchState<(QueryState<&'static mut Foo>,)>`
= note: required because of the requirements on the impl of `ReadOnlySystemParamFetch` for `FetchState<MyTuple<(QueryState<&'static mut Foo>,)>>`
note: required by a bound in `assert_readonly`
--> tests/ui/system_param_derive_readonly.rs:23:32
|
Expand Down

0 comments on commit 60087d8

Please sign in to comment.