mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
11 lines
177 B
Rust
Generated
11 lines
177 B
Rust
Generated
// generated by codegen, do not edit
|
|
|
|
fn test_impl() -> () {
|
|
// An `impl`` block.
|
|
//
|
|
// For example:
|
|
impl MyTrait for MyType {
|
|
fn foo(&self) {}
|
|
}
|
|
}
|