mirror of
https://github.com/trussed-dev/littlefs2.git
synced 2026-06-20 04:16:32 -07:00
9 lines
350 B
Plaintext
9 lines
350 B
Plaintext
error[E0308]: mismatched types
|
|
--> $DIR/constructors-fail.rs:64:27
|
|
|
|
|
64 | fs.create_dir("/tmp", &mut other_storage).unwrap();
|
|
| ^^^^^^^^^^^^^^^^^^ expected struct `RamStorage`, found struct `OtherRamStorage`
|
|
|
|
|
= note: expected type `&mut RamStorage<'_>`
|
|
found type `&mut OtherRamStorage<'_>`
|