mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Rust: run codegen
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
// generated by codegen, do not edit
|
||||
|
||||
fn test_variant() -> () {
|
||||
// A Variant. For example:
|
||||
todo!()
|
||||
// A variant in an enum declaration.
|
||||
//
|
||||
// For example:
|
||||
enum E { A, B(i32), C { x: i32 } }
|
||||
// ^ ^^^^^^ ^^^^^^^^^^^^
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user