Compile-time checks associated with the @mustuse attribute.
Check whether discarding an expression would violate the requirements of @mustuse. If so, emit an error.
Called from a symbol's semantic to check for reserved usage of @mustuse.
See Source File _mustuse.d Documentation: https://dlang.org/phobos/dmd_mustuse.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/mustuse.d
Boost License 1.0
Copyright (C) 2022-2023 by The D Language Foundation, All Rights Reserved
Compile-time checks associated with the @mustuse attribute.