Skip to content

Commit e6d017d

Browse files
committed
bless compiletests
1 parent ccb109d commit e6d017d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/compiletests/ui/image/query/sampled_image_rect_query_size_lod_err.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
error[E0277]: the trait bound `Image<f32, 4, 2, 0, 0, 1, 0, 4>: HasQuerySizeLod` is not satisfied
2-
--> $DIR/sampled_image_rect_query_size_lod_err.rs:19:28
2+
--> $DIR/sampled_image_rect_query_size_lod_err.rs:21:28
33
|
4-
19 | *output = rect_sampled.query_size_lod(0);
4+
21 | *output = rect_sampled.query_size_lod(0);
55
| ^^^^^^^^^^^^^^ the trait `HasQuerySizeLod` is not implemented for `Image<f32, 4, 2, 0, 0, 1, 0, 4>`
66
|
77
= help: the following other types implement trait `HasQuerySizeLod`:

0 commit comments

Comments
 (0)