mirror of
https://github.com/Steffo99/micronfig.git
synced 2024-11-23 00:24:18 +00:00
10 lines
315 B
Text
10 lines
315 B
Text
|
error[E0412]: cannot find type `PathBuf` in this scope
|
||
|
--> tests/sources/wrong_unqualified_import.rs:4:22
|
||
|
|
|
||
|
4 | GARASAUTO: String > PathBuf,
|
||
|
| ^^^^^^^ not found in this scope
|
||
|
|
|
||
|
= help: consider importing one of these items:
|
||
|
crate::PathBuf
|
||
|
std::path::PathBuf
|