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
- boolcheckMustUse(Expressione, Scope*sc);
- Check whether discarding an expression would violate the requirements of @mustuse. If so, emit an error.Parameters:Expression ethe expression to check Scope* scscope in which ewas semantically analyzedReturns:true on error, false on success.
- voidcheckMustUseReserved(Dsymbolsym);
- Called from a symbol's semantic to check for reserved usage of @mustuse.If such usage is found, emits an errror.Parameters:Dsymbol symsymbol to check 
Copyright © 1999-2025 by the D Language Foundation | Page generated by
Ddoc on Mon Mar 31 10:27:58 2025