How to i run the simple.rs example?
$rustc simple.rs
error:
error[E0433]: failed to resolve: use of undeclared type or module gimli
--> simple.rs:40:10
|
40 | ) -> gimli::EndianSlice<'a, gimli::RunTimeEndian> =
| ^^^^^ use of undeclared type or module gimli
error[E0433]: failed to resolve: use of undeclared type or module gimli
--> simple.rs:40:33
|
40 | ) -> gimli::EndianSlice<'a, gimli::RunTimeEndian> =
| ^^^^^ use of undeclared type or module gimli
error[E0433]: failed to resolve: use of undeclared type or module gimli
--> simple.rs:41:20
|
41 | &|section| gimli::EndianSlice::new(&*section, endian);
| ^^^^^ use of undeclared type or module gimli