mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
11 lines
186 B
Rust
Generated
11 lines
186 B
Rust
Generated
// generated by codegen, do not edit
|
|
|
|
fn test_attr() -> () {
|
|
// An attribute applied to an item.
|
|
//
|
|
// For example:
|
|
#[derive(Debug)]
|
|
//^^^^^^^^^^^^^
|
|
struct S;
|
|
}
|