0xMiden/miden-vm

Warn about unused constants

Open

#2,898 opened on Mar 23, 2026

 (2 comments) (0 reactions) (0 assignees)Rust (303 forks)github user discovery
assemblygood first issue

Repository metrics

Stars
 (753 stars)
PR merge metrics
 (Avg merge 6d 2h) (71 merged PRs in 30d)

Description

The assembler currently warns about unused imports and unused docstrings, but not about unused constants.

We use warnings_as_errors in the protocol to make sure we have no unused imports and the same would be nice to have for constants (e.g. no longer used error constants).

Of course, this is not of very high priority.

Contributor guide