Skip to content

Commit 7c8f8aa

Browse files
authored
ci: updates for Rust 1.92 (#5687)
1 parent a7081e7 commit 7c8f8aa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

tests/ui/invalid_closure.stderr

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ error[E0597]: `local_data` does not live long enough
1111
...
1212
17 | });
1313
| - `local_data` dropped here while still borrowed
14+
|
15+
note: requirement that the value outlives `'static` introduced here
16+
--> src/types/function.rs
17+
|
18+
| F: Fn(&Bound<'_, PyTuple>, Option<&Bound<'_, PyDict>>) -> R + Send + 'static,
19+
| ^^^^^^^

tests/ui/invalid_pymodule_in_root.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error[E0658]: non-inline modules in proc macro input are unstable
1+
error[E0658]: file modules in proc macro input are unstable
22
--> tests/ui/invalid_pymodule_in_root.rs:5:1
33
|
44
5 | mod invalid_pymodule_in_root_module;

0 commit comments

Comments
 (0)