Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.
Requires a signed-in GitHub account. This works well for small changes.
If you'd like to make larger changes you may want to consider using
a local clone.
dmd.mustuse
Compile-time checks associated with the @mustuse attribute.
License:
Source mustuse.d
Documentation https://dlang.org/phobos/dmd_mustuse.html
- bool
checkMustUse
(Expressione
, Scope*sc
); - Check whether discarding an expression would violate the requirements of @mustuse. If so, emit an error.Parameters:
Expression e
the expression to check Scope* sc
scope in which e
was semantically analyzedReturns:true on error, false on success. - void
checkMustUseReserved
(Dsymbolsym
); - Called from a symbol's semantic to check for reserved usage of @mustuse.If such usage is found, emits an errror.Parameters:
Dsymbol sym
symbol to check
Copyright © 1999-2024 by the D Language Foundation | Page generated by
Ddoc on Sun Nov 17 01:06:39 2024