We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faff2a7 commit 87dc821Copy full SHA for 87dc821
libsolidity/analysis/DocStringTagParser.cpp
@@ -215,7 +215,7 @@ bool DocStringTagParser::visit(InlineAssembly const& _assembly)
215
2424_error,
216
_assembly.location(),
217
"Natspec 'memory-safe-assembly' special comment for inline assembly is deprecated and scheduled for removal in the next breaking version (0.9). "
218
- "Instead, specify the assembly block annotation."
+ "Use the memory-safe block annotation instead."
219
);
220
}
221
else
0 commit comments