odradev / odra

Odra framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplest module definition fails.

zie1ony opened this issue · comments

Writing just this in a file:

#[odra::module]
pub struct MyMod {}

Results in:

use of undeclared type `BTreeSet`

and

cannot find type `Vec` in this scope

Macro code should expand using odra::prelude::Vec and odra::prelude::BTreeSet.