gitextract_a9m06ltv/ ├── .github/ │ ├── FUNDING.yml │ └── workflows/ │ └── ci.yml ├── .gitignore ├── Cargo.toml ├── LICENSE-APACHE ├── LICENSE-MIT ├── README.md ├── src/ │ ├── expand.rs │ ├── lib.rs │ ├── parse.rs │ └── verbatim.rs └── tests/ ├── compiletest.rs ├── test.rs └── ui/ ├── associated-type.rs ├── associated-type.stderr ├── blanket-impl.rs ├── blanket-impl.stderr ├── not-trait-impl.rs ├── not-trait-impl.stderr ├── not-visible.rs └── not-visible.stderr