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
This has the opposite of the desired behavior. Instead of causing a
warning on *unsupported* platforms, this only emits an error on
*supported* platforms.
As of writing, there is no `compiler_warning!` macro like there is
`compile_error!` in std.
ResolvesFillZpp#103.
tmfink
added a commit
to tmfink/sys-info-rs
that referenced
this issue
Apr 21, 2022
Beforehand, this has the opposite of the desired behavior. Instead of
causing a warning on *unsupported* platforms, this only emits an error
on *supported* platforms.
As of writing, there is no `compiler_warning!` macro like there is
`compile_error!` in std.
ResolvesFillZpp#103.
This warning is printed during the build of the starship project:
The text was updated successfully, but these errors were encountered: