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
Right now one can use assert, assert_eq and panic (which uses assert under the hood) to produce errors at compile-time. However, there's no equivalent to produce warnings.
Happy Case
There's a way to produce warnings at compile-time.
Problem
Right now one can use
assert
,assert_eq
andpanic
(which usesassert
under the hood) to produce errors at compile-time. However, there's no equivalent to produce warnings.Happy Case
There's a way to produce warnings at compile-time.
There could be this function in the stdlib:
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: