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 b994469 commit 0bdea52Copy full SHA for 0bdea52
crates/ide/src/syntax_highlighting/tests.rs
@@ -478,7 +478,7 @@ macro_rules! panic {}
478
#[rustc_builtin_macro]
479
macro_rules! assert {}
480
481
-macro_rules! todo {
+macro_rules! toho {
482
() => ($crate::panic!("not yet implemented"));
483
($($arg:tt)+) => ($crate::panic!("not yet implemented: {}", $crate::format_args!($($arg)+)));
484
}
@@ -536,7 +536,7 @@ fn main() {
536
panic!("more {}", 1);
537
assert!(true, "{}", 1);
538
assert!(true, "{} asdasd", 1);
539
- todo!("{}fmt", 0);
+ toho!("{}fmt", 0);
540
}"#
541
.trim(),
542
expect_file!["./test_data/highlight_strings.html"],
0 commit comments