about summary refs log tree commit diff
path: root/example
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-12-30 14:53:41 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2021-12-30 14:53:41 +0100
commita5a14258e5c2ef32f05621595740595676d54177 (patch)
tree8dc80397cccbc7f0e3074407cf5234c6251dfede /example
parent799e067912a2f8560183d36e4464ebfe4e21f204 (diff)
downloadrust-a5a14258e5c2ef32f05621595740595676d54177.tar.gz
rust-a5a14258e5c2ef32f05621595740595676d54177.zip
Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e' into sync_cg_clif-2021-12-30
Diffstat (limited to 'example')
-rw-r--r--example/mini_core_hello_world.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/mini_core_hello_world.rs b/example/mini_core_hello_world.rs
index cbfdb3c44f3..ef3b575d393 100644
--- a/example/mini_core_hello_world.rs
+++ b/example/mini_core_hello_world.rs
@@ -129,6 +129,7 @@ fn call_return_u128_pair() {
     return_u128_pair();
 }
 
+#[allow(unreachable_code)] // FIXME false positive
 fn main() {
     take_unique(Unique {
         pointer: 0 as *const (),