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 25435eb commit 270b82aCopy full SHA for 270b82a
libsolidity/analysis/DocStringTagParser.cpp
@@ -214,7 +214,8 @@ bool DocStringTagParser::visit(InlineAssembly const& _assembly)
214
m_errorReporter.warning(
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)."
+ "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."
219
);
220
}
221
else
0 commit comments