mirror of
https://github.com/actix/actix-web.git
synced 2024-11-10 19:01:05 +00:00
d4b833ccf0
Co-authored-by: Rob Ede <robjtede@icloud.com>
17 lines
569 B
Text
17 lines
569 B
Text
error: Could not parse size limit `2 bytes`: invalid digit found in string
|
|
--> tests/trybuild/size-limit-parse-fail.rs:6:5
|
|
|
|
|
6 | description: Text<String>,
|
|
| ^^^^^^^^^^^
|
|
|
|
error: Could not parse size limit `2 megabytes`: invalid digit found in string
|
|
--> tests/trybuild/size-limit-parse-fail.rs:12:5
|
|
|
|
|
12 | description: Text<String>,
|
|
| ^^^^^^^^^^^
|
|
|
|
error: Could not parse size limit `four meters`: invalid digit found in string
|
|
--> tests/trybuild/size-limit-parse-fail.rs:18:5
|
|
|
|
|
18 | description: Text<String>,
|
|
| ^^^^^^^^^^^
|