mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Rust: run codegen
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
|
||||
fn test_struct() -> () {
|
||||
// A Struct. For example:
|
||||
todo!()
|
||||
struct Point {
|
||||
x: i32,
|
||||
y: i32,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user