Skip to content

Commit 0bd2981

Browse files
committed
Auto merge of #1792 - RalfJung:rustup, r=RalfJung
rustup
2 parents 38b5f23 + 7af7e9e commit 0bd2981

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e002ac7e8a1eb04961a722c44b3ffbad575a6caa
1+
506e75cbf8cb5305e49a41326307004ca3976029

tests/run-pass/calls.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(const_fn)]
2-
31
fn call() -> i32 {
42
fn increment(x: i32) -> i32 {
53
x + 1

0 commit comments

Comments
 (0)