We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b12ab1 commit f6bfc35Copy full SHA for f6bfc35
src/kinds.jl
@@ -19,6 +19,8 @@ function _register_kinds()
19
"Value"
20
# A (quoted) `Symbol`
21
"Symbol"
22
+ # QuoteNode; not quasiquote
23
+ "inert"
24
# Compiler metadata hints
25
"meta"
26
# TODO: Use `meta` for inbounds and loopinfo etc?
0 commit comments