Skip to content

Commit f2349f5

Browse files
authored
Merge pull request #4075 from rust-lang/rustup-2024-12-06
Automatic Rustup
2 parents a417092 + 5af1d1b commit f2349f5

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3b382642aba7cffbb2f47829b24635fad87bcf5c
1+
706141b8d9090228343340378b1d4a2b095fa1fb

tests/pass/function_pointers.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(unpredictable_function_pointer_comparisons)]
2+
13
use std::mem;
24

35
trait Answer {

tests/pass/issues/issue-91636.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(unpredictable_function_pointer_comparisons)]
2+
13
type BuiltIn = for<'a> fn(&str);
24

35
struct Function {

0 commit comments

Comments
 (0)