Skip to content

Commit c55200d

Browse files
committed
Update ui test suite to nightly-2026-01-19
1 parent 7e138d7 commit c55200d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/ui/enum_assoc.stderr

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,3 @@ error: unsupported self type; C++ does not allow member functions on enums
33
|
44
7 | #[Self = "Enum"]
55
| ^^^^^^
6-
7-
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ffi`
8-
--> tests/ui/enum_assoc.rs:12:6
9-
|
10-
12 | impl ffi::Enum {
11-
| ^^^ use of unresolved module or unlinked crate `ffi`
12-
|
13-
= help: if you wanted to use a crate named `ffi`, use `cargo add ffi` to add it to your `Cargo.toml`
14-
help: consider importing this module
15-
|
16-
1 + use cxx_test_suite::ffi;
17-
|

0 commit comments

Comments
 (0)