@@ -1030,67 +1030,67 @@ error: attribute is only valid on a function parameter, not on a struct field
10301030170 | uniform, position, descriptor_set = 0, binding = 0, flat, invariant, // param-only
10311031 | ^^^^^^^^^
10321032
1033- error: attribute is only valid on a struct, not on a implementation block
1033+ error: attribute is only valid on a struct, not on a inherent implementation block
10341034 --> $DIR/invalid-target.rs:176:5
10351035 |
10361036176 | sampler, block, sampled_image, generic_image_type, // struct-only
10371037 | ^^^^^^^
10381038
1039- error: attribute is only valid on a struct, not on a implementation block
1039+ error: attribute is only valid on a struct, not on a inherent implementation block
10401040 --> $DIR/invalid-target.rs:176:14
10411041 |
10421042176 | sampler, block, sampled_image, generic_image_type, // struct-only
10431043 | ^^^^^
10441044
1045- error: attribute is only valid on a struct, not on a implementation block
1045+ error: attribute is only valid on a struct, not on a inherent implementation block
10461046 --> $DIR/invalid-target.rs:176:21
10471047 |
10481048176 | sampler, block, sampled_image, generic_image_type, // struct-only
10491049 | ^^^^^^^^^^^^^
10501050
1051- error: attribute is only valid on a struct, not on a implementation block
1051+ error: attribute is only valid on a struct, not on a inherent implementation block
10521052 --> $DIR/invalid-target.rs:176:36
10531053 |
10541054176 | sampler, block, sampled_image, generic_image_type, // struct-only
10551055 | ^^^^^^^^^^^^^^^^^^
10561056
1057- error: attribute is only valid on a function, not on a implementation block
1057+ error: attribute is only valid on a function, not on a inherent implementation block
10581058 --> $DIR/invalid-target.rs:177:5
10591059 |
10601060177 | vertex, // fn-only
10611061 | ^^^^^^
10621062
1063- error: attribute is only valid on a function parameter, not on a implementation block
1063+ error: attribute is only valid on a function parameter, not on a inherent implementation block
10641064 --> $DIR/invalid-target.rs:178:5
10651065 |
10661066178 | uniform, position, descriptor_set = 0, binding = 0, flat, invariant, // param-only
10671067 | ^^^^^^^
10681068
1069- error: attribute is only valid on a function parameter, not on a implementation block
1069+ error: attribute is only valid on a function parameter, not on a inherent implementation block
10701070 --> $DIR/invalid-target.rs:178:14
10711071 |
10721072178 | uniform, position, descriptor_set = 0, binding = 0, flat, invariant, // param-only
10731073 | ^^^^^^^^
10741074
1075- error: attribute is only valid on a function parameter, not on a implementation block
1075+ error: attribute is only valid on a function parameter, not on a inherent implementation block
10761076 --> $DIR/invalid-target.rs:178:24
10771077 |
10781078178 | uniform, position, descriptor_set = 0, binding = 0, flat, invariant, // param-only
10791079 | ^^^^^^^^^^^^^^^^^^
10801080
1081- error: attribute is only valid on a function parameter, not on a implementation block
1081+ error: attribute is only valid on a function parameter, not on a inherent implementation block
10821082 --> $DIR/invalid-target.rs:178:44
10831083 |
10841084178 | uniform, position, descriptor_set = 0, binding = 0, flat, invariant, // param-only
10851085 | ^^^^^^^^^^^
10861086
1087- error: attribute is only valid on a function parameter, not on a implementation block
1087+ error: attribute is only valid on a function parameter, not on a inherent implementation block
10881088 --> $DIR/invalid-target.rs:178:57
10891089 |
10901090178 | uniform, position, descriptor_set = 0, binding = 0, flat, invariant, // param-only
10911091 | ^^^^
10921092
1093- error: attribute is only valid on a function parameter, not on a implementation block
1093+ error: attribute is only valid on a function parameter, not on a inherent implementation block
10941094 --> $DIR/invalid-target.rs:178:63
10951095 |
10961096178 | uniform, position, descriptor_set = 0, binding = 0, flat, invariant, // param-only
@@ -1228,67 +1228,67 @@ error: attribute is only valid on a function parameter, not on a trait
12281228205 | uniform, position, descriptor_set = 0, binding = 0, flat, invariant, // param-only
12291229 | ^^^^^^^^^
12301230
1231- error: attribute is only valid on a struct, not on a implementation block
1231+ error: attribute is only valid on a struct, not on a trait implementation block
12321232 --> $DIR/invalid-target.rs:237:5
12331233 |
12341234237 | sampler, block, sampled_image, generic_image_type, // struct-only
12351235 | ^^^^^^^
12361236
1237- error: attribute is only valid on a struct, not on a implementation block
1237+ error: attribute is only valid on a struct, not on a trait implementation block
12381238 --> $DIR/invalid-target.rs:237:14
12391239 |
12401240237 | sampler, block, sampled_image, generic_image_type, // struct-only
12411241 | ^^^^^
12421242
1243- error: attribute is only valid on a struct, not on a implementation block
1243+ error: attribute is only valid on a struct, not on a trait implementation block
12441244 --> $DIR/invalid-target.rs:237:21
12451245 |
12461246237 | sampler, block, sampled_image, generic_image_type, // struct-only
12471247 | ^^^^^^^^^^^^^
12481248
1249- error: attribute is only valid on a struct, not on a implementation block
1249+ error: attribute is only valid on a struct, not on a trait implementation block
12501250 --> $DIR/invalid-target.rs:237:36
12511251 |
12521252237 | sampler, block, sampled_image, generic_image_type, // struct-only
12531253 | ^^^^^^^^^^^^^^^^^^
12541254
1255- error: attribute is only valid on a function, not on a implementation block
1255+ error: attribute is only valid on a function, not on a trait implementation block
12561256 --> $DIR/invalid-target.rs:238:5
12571257 |
12581258238 | vertex, // fn-only
12591259 | ^^^^^^
12601260
1261- error: attribute is only valid on a function parameter, not on a implementation block
1261+ error: attribute is only valid on a function parameter, not on a trait implementation block
12621262 --> $DIR/invalid-target.rs:239:5
12631263 |
12641264239 | uniform, position, descriptor_set = 0, binding = 0, flat, invariant, // param-only
12651265 | ^^^^^^^
12661266
1267- error: attribute is only valid on a function parameter, not on a implementation block
1267+ error: attribute is only valid on a function parameter, not on a trait implementation block
12681268 --> $DIR/invalid-target.rs:239:14
12691269 |
12701270239 | uniform, position, descriptor_set = 0, binding = 0, flat, invariant, // param-only
12711271 | ^^^^^^^^
12721272
1273- error: attribute is only valid on a function parameter, not on a implementation block
1273+ error: attribute is only valid on a function parameter, not on a trait implementation block
12741274 --> $DIR/invalid-target.rs:239:24
12751275 |
12761276239 | uniform, position, descriptor_set = 0, binding = 0, flat, invariant, // param-only
12771277 | ^^^^^^^^^^^^^^^^^^
12781278
1279- error: attribute is only valid on a function parameter, not on a implementation block
1279+ error: attribute is only valid on a function parameter, not on a trait implementation block
12801280 --> $DIR/invalid-target.rs:239:44
12811281 |
12821282239 | uniform, position, descriptor_set = 0, binding = 0, flat, invariant, // param-only
12831283 | ^^^^^^^^^^^
12841284
1285- error: attribute is only valid on a function parameter, not on a implementation block
1285+ error: attribute is only valid on a function parameter, not on a trait implementation block
12861286 --> $DIR/invalid-target.rs:239:57
12871287 |
12881288239 | uniform, position, descriptor_set = 0, binding = 0, flat, invariant, // param-only
12891289 | ^^^^
12901290
1291- error: attribute is only valid on a function parameter, not on a implementation block
1291+ error: attribute is only valid on a function parameter, not on a trait implementation block
12921292 --> $DIR/invalid-target.rs:239:63
12931293 |
12941294239 | uniform, position, descriptor_set = 0, binding = 0, flat, invariant, // param-only
0 commit comments