mirror of
https://github.com/actix/actix-web.git
synced 2024-11-25 19:11:10 +00:00
18 lines
569 B
Text
18 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>,
|
||
|
| ^^^^^^^^^^^
|