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
I get the following warning when using rust-analyzer and the `module`
macro:
Static variable `__rust_fs_4` should have UPPER_SNAKE_CASE name, e.g.
`__RUST_FS_4`
This patch emits an uppercase name for the static, which makes the
warning go away.
Signed-off-by: Wedson Almeida Filho <[email protected]>
0 commit comments