We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1448fd commit bf9f42fCopy full SHA for bf9f42f
test_programs/compile_success_empty/type_path/src/main.nr
@@ -1,5 +1,6 @@
1
fn main() {
2
- comptime {
+ comptime
3
+ {
4
let foo = quote { Foo }.as_type();
5
quote {
6
$foo::static()
0 commit comments