We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a352e commit 977603cCopy full SHA for 977603c
src/librustdoc/html/markdown/tests.rs
@@ -64,7 +64,7 @@ fn test_lang_string_parse() {
64
edition: Option<Edition>,
65
) {
66
assert_eq!(
67
- LangString::parse(s, ErrorCodes::Yes, true),
+ LangString::parse(s, ErrorCodes::Yes, true, None),
68
LangString {
69
should_panic,
70
no_run,
0 commit comments