about summary refs log tree commit diff
path: root/example
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2020-06-27 11:29:39 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2020-06-27 11:29:39 +0200
commit48d4bc2fb6469465b9104e2095f4c0ad38b7cfb5 (patch)
tree8c437e8ff1169334bf64df52d1578fe5abe25f71 /example
parent58ffc47bbf759fa8fd9d51a67fe4a277984054ad (diff)
downloadrust-48d4bc2fb6469465b9104e2095f4c0ad38b7cfb5.tar.gz
rust-48d4bc2fb6469465b9104e2095f4c0ad38b7cfb5.zip
Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)
Diffstat (limited to 'example')
-rw-r--r--example/mini_core.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/mini_core.rs b/example/mini_core.rs
index ccca19ccf8c..bc5610855ae 100644
--- a/example/mini_core.rs
+++ b/example/mini_core.rs
@@ -388,6 +388,7 @@ pub struct PhantomData<T: ?Sized>;
 #[lang = "fn_once"]
 #[rustc_paren_sugar]
 pub trait FnOnce<Args> {
+    #[lang = "fn_once_output"]
     type Output;
 
     extern "rust-call" fn call_once(self, args: Args) -> Self::Output;