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
┌─ src/lib.nr:3:43
│
3 │ pub use utils::{conditional_select, lt_f, DebugRandomEngine};
│ ----------------- DebugRandomEngine is private
│
warning: cannot re-export DebugRandomEngine because it has less visibility than this use statement
┌─ src/lib.nr:3:43
│
3 │ pub use utils::{conditional_select, lt_f, DebugRandomEngine};
│ ----------------- consider marking DebugRandomEngine as pub
│
error: Parameter #2 of method `match_chunks` must be of type [Field; HaystackChunks], not [Field; HaystackChunks]
┌─ src/lib.nr:170:[9](https://github.com/noir-lang/noir_string_search/actions/runs/10937870108/job/30364704587#step:4:10)
│
170 │ haystack: [Field; HaystackChunks],
│ --------
│
The text was updated successfully, but these errors were encountered:
# Description
## Problem\*
Resolves#6100
## Summary\*
It seems that #5156 has resulted in problems in unifying numeric
generics in trait impl methods.
## Additional Context
## Documentation\*
Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
The nightly canary on some of the external libraries have been tripped:
https://github.com/noir-lang/noir_string_search/actions/runs/10937870108/job/30364704587
https://github.com/noir-lang/noir-edwards/actions/runs/10937805460/job/30364499322
The text was updated successfully, but these errors were encountered: