-
Notifications
You must be signed in to change notification settings - Fork 381
chore!: enforce visibility warnings as errors #7657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 42 commits
71ba689
84059a1
13eb87a
97ecdea
8530a29
abc29df
f3d06cb
cf24967
651d998
273958a
3e5f696
86db477
72f5315
0f31687
48ffe36
0e939d1
4455ee9
44b4dcc
8ac84db
28e4ae8
24f1519
17cdad4
b5843a7
de89af6
77a8883
8f8e4cd
35804a2
82c593c
03f53b2
56d7f40
2d231c3
58555e1
d638363
0aec286
097db0d
200a2ee
392496c
7631f4c
1e4b6a6
cd8fedc
5da8642
3619f9c
662a754
d424e41
68f151e
b50cfc1
493d8cf
6c69bae
8f084d1
4cf75cf
b1be6ec
049ebab
8236bba
6c97362
e3f1aeb
4b00d93
da917f6
07ad518
d1a37bf
eeddbd1
1016f92
564994e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| error: inner is private and not visible from the current module | ||
| ┌─ src/main.nr:19:25 | ||
| │ | ||
| 19 │ let _ = foo.inner; | ||
| │ ----- inner is private | ||
| │ | ||
|
|
||
| Aborting due to 1 previous error |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
|
|
||
| [package] | ||
| name = "noirc_frontend_tests_visibility_errors_if_calling_private_struct_method" | ||
| type = "bin" | ||
| authors = [""] | ||
|
|
||
| [dependencies] |
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.