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 2d88bf9 commit 08c9ff2Copy full SHA for 08c9ff2
tests/spec/features/assistance_spec.rb
@@ -41,10 +41,10 @@
41
click_on("Build")
42
43
within(:output, :stderr) do
44
- click_on("use core::num::NonZeroU128;")
+ click_on("use std::num::NonZeroU128;")
45
end
46
47
- expect(editor).to have_line 'use core::num::NonZeroU128;'
+ expect(editor).to have_line 'use std::num::NonZeroU128;'
48
49
50
scenario "triggering a panic offers enabling backtraces" do
0 commit comments