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 8cfa7b2 commit 39b1b26Copy full SHA for 39b1b26
tests/spec/features/tools_spec.rb
@@ -64,7 +64,7 @@ def code_with_undefined_behavior
64
expect(page).to have_content('core::fmt::Arguments::new_v1')
65
66
# Third-party procedural macro
67
- expect(page).to have_content('block_on(async')
+ expect(page).to have_content('block_on(body)')
68
69
# User-specified declarative macro
70
expect(page).to have_content('fn created_by_macro() -> i32 { 42 }')
0 commit comments