about summary refs log tree commit diff
path: root/src/test/ui/const-generics/fn-const-param-infer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/const-generics/fn-const-param-infer.rs')
-rw-r--r--src/test/ui/const-generics/fn-const-param-infer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/const-generics/fn-const-param-infer.rs b/src/test/ui/const-generics/fn-const-param-infer.rs
index ac48ccc26e1..65a1523a354 100644
--- a/src/test/ui/const-generics/fn-const-param-infer.rs
+++ b/src/test/ui/const-generics/fn-const-param-infer.rs
@@ -23,4 +23,4 @@ fn main() {
     let _ = Checked::<{generic::<u16>}>;
     let _: Checked<{generic::<u16>}> = Checked::<{generic::<u16>}>;
     let _: Checked<{generic::<u32>}> = Checked::<{generic::<u16>}>; //~ mismatched types
-}
\ No newline at end of file
+}