forked from libre-chip/fayalite
support #[hdl] on functions -- enables #[hdl] usage in function body
This commit is contained in:
parent
a8c804ef4a
commit
ff94dda922
9 changed files with 341 additions and 156 deletions
|
@ -1,4 +1,4 @@
|
|||
error: top-level #[hdl] can only be used on structs or enums
|
||||
error: top-level #[hdl] can only be used on structs, enums, or functions
|
||||
--> tests/ui/hdl_types.rs:5:1
|
||||
|
|
||||
5 | #[hdl]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue