mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
10 lines
177 B
Rust
Generated
10 lines
177 B
Rust
Generated
// generated by codegen, do not edit
|
|
|
|
fn test_lifetime() -> () {
|
|
// A lifetime annotation.
|
|
//
|
|
// For example:
|
|
fn foo<'a>(x: &'a str) {}
|
|
// ^^ ^^
|
|
}
|