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 3fc84c6 commit 94cd35bCopy full SHA for 94cd35b
tests/spec/features/tools_spec.rb
@@ -61,7 +61,7 @@ def code_with_undefined_behavior
61
62
within(:output, :stdout) do
63
# First-party
64
- expect(page).to have_content('core::fmt::Arguments::new_v1')
+ expect(page).to have_content('::std::io::_print')
65
66
# Third-party procedural macro
67
expect(page).to have_content('block_on(body)')
0 commit comments