Skip to content

Commit

Permalink
Satisfy the untiring tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jun 5, 2018
1 parent 78d4886 commit 13a55e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/ui/const-eval/issue-50814-2.rs
Expand Up @@ -40,4 +40,4 @@ fn main() {
println!("{:x}", foo::<u32>() as *const usize as usize);
println!("{:x}", foo::<()>());
println!("{:x}", foo::<u32>());
}
}
2 changes: 1 addition & 1 deletion src/test/ui/const-eval/issue-50814.rs
Expand Up @@ -30,4 +30,4 @@ fn foo<T>(_: T) -> &'static u8 {

fn main() {
foo(0);
}
}

0 comments on commit 13a55e8

Please sign in to comment.