Skip to content

Commit

Permalink
Update ui test suite to nightly-2024-12-25
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 25, 2024
1 parent 7d32b0e commit 7a2a06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/submit-nonconst.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error[E0015]: cannot call non-const fn `Thing::new` in statics
error[E0015]: cannot call non-const associated function `Thing::new` in statics
--> tests/ui/submit-nonconst.rs:11:20
|
11 | inventory::submit!(Thing::new());
Expand Down

0 comments on commit 7a2a06e

Please sign in to comment.