You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mod foo {
mod bar {
pub trait T {
fn f(self) {}
}
}
}
Expected Behavior
everything is okay
Bug
error: No module `foo` at path `hello/src/foo.nr`
┌─ hello/src/main.nr:1:5
│
1 │ mod foo {
│ ---
│
error: Expected a ; but found {
┌─ hello/src/main.nr:1:9
│
1 │ mod foo {
│ -
│
error: Expected an end of input but found {
┌─ hello/src/main.nr:1:9
│
1 │ mod foo {
│ -
│
To Reproduce
Installation Method
Compiled from source
Nargo Version
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Aim
Expected Behavior
everything is okay
Bug
To Reproduce
Installation Method
Compiled from source
Nargo Version
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: