mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +00:00
Fix typo
This commit is contained in:
parent
c201cce527
commit
e1e6e3b925
@ -1041,7 +1041,7 @@ fn main() {
|
||||
check(
|
||||
r#"
|
||||
mod m {
|
||||
pub fn some_fn() -> i32() {
|
||||
pub fn some_fn() -> i32 {
|
||||
42
|
||||
}
|
||||
}
|
||||
@ -1061,7 +1061,7 @@ fn main() {
|
||||
check(
|
||||
r#"
|
||||
mod m {
|
||||
pub fn some_fn() -> i32() {
|
||||
pub fn some_fn() -> i32 {
|
||||
42
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user