Skip to content

Commit

Permalink
Update UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jun 17, 2024
1 parent 6fdaf49 commit aa1e159
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bevy_asset_loader/tests/ui/no_default.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ error[E0277]: the trait bound `NoDefault: FromWorld` is not satisfied
| ^^^^^^^^^^ the trait `std::default::Default` is not implemented for `NoDefault`, which is required by `NoDefault: FromWorld`
|
= help: the following other types implement trait `FromWorld`:
auto_exposure::node::AutoExposureNode
bevy::prelude::State<S>
Children
Parent
BlitPipeline
CASNode
SceneLoader
Material2dPipeline<M>
GpuPreprocessNode
CASPipeline
Children
DeferredLightingLayout
DepthOfFieldGlobalBindGroupLayout
FallbackImage
FallbackImageCubemap
and $N others
= note: required for `NoDefault` to implement `FromWorld`
help: consider annotating `NoDefault` with `#[derive(Default)]`
Expand Down

0 comments on commit aa1e159

Please sign in to comment.