Files
pezkuwi-subxt/substrate/primitives/runtime-interface/tests/ui/no_duplicate_versions.stderr
T
Przemek Rzad bfb241d7f3 Add missing licenses and tune the scanning workflow (#1288)
* Add missing Cumulus licenses

* Typo

* Add missing Substrate licenses

* Single job checking the sub-repos in steps

* Remove dates

* Remove dates

* Add missing (C)

* Update FRAME UI tests

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Update more UI tests

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
2023-08-30 15:45:49 +03:00

12 lines
263 B
Plaintext

error: Duplicated version attribute
--> tests/ui/no_duplicate_versions.rs:24:2
|
24 | #[version(2)]
| ^
error: Previous version with the same number defined here
--> tests/ui/no_duplicate_versions.rs:22:2
|
22 | #[version(2)]
| ^