mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
9 lines
199 B
Rust
9 lines
199 B
Rust
// generated by codegen
|
|
|
|
// A function declaration. For example
|
|
fn foo(x: u32) -> u64 { (x + 1).into() }
|
|
// A function declaration within a trait might not have a body:
|
|
trait Trait {
|
|
fn bar();
|
|
}
|