2025-03-21 06:06:50 +00:00
|
|
|
error: Could not parse size limit `2 bytes`: couldn't parse "bytes" into a known SI unit, couldn't parse unit of "bytes"
|
2023-02-26 03:26:06 +00:00
|
|
|
--> tests/trybuild/size-limit-parse-fail.rs:6:5
|
|
|
|
|
|
|
|
|
6 | description: Text<String>,
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
2025-03-21 06:06:50 +00:00
|
|
|
error: Could not parse size limit `2 megabytes`: couldn't parse "megabytes" into a known SI unit, couldn't parse unit of "megabytes"
|
2023-02-26 03:26:06 +00:00
|
|
|
--> tests/trybuild/size-limit-parse-fail.rs:12:5
|
|
|
|
|
|
|
|
|
12 | description: Text<String>,
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
2025-03-21 06:06:50 +00:00
|
|
|
error: Could not parse size limit `four meters`: couldn't parse "four meters" into a ByteSize, cannot parse float from empty string
|
2023-02-26 03:26:06 +00:00
|
|
|
--> tests/trybuild/size-limit-parse-fail.rs:18:5
|
|
|
|
|
|
|
|
|
18 | description: Text<String>,
|
|
|
|
| ^^^^^^^^^^^
|