Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit e8d64f3

Browse files
committed
ices/96638.rs: fixed with errors
=== stdout === === stderr === error[E0061]: this function takes 3 arguments but 2 arguments were supplied --> /home/runner/work/glacier/glacier/ices/96638.rs:7:5 | 7 | f(&x, ""); // The reference on `&x` is important to reproduce the ICE | ^ -- an argument of type `usize` is missing | note: function defined here --> /home/runner/work/glacier/glacier/ices/96638.rs:1:4 | 1 | fn f(_: usize, _: &usize, _: usize) {} | ^ -------- --------- -------- help: provide the argument | 7 | f({usize}, &x, {usize}); // The reference on `&x` is important to reproduce the ICE | ~~~~~~~~~~~~~~~~~~~~~~~ error: aborting due to previous error For more information about this error, try `rustc --explain E0061`. ==============
1 parent 6d4d75e commit e8d64f3

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)