about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2022-05-25 08:48:14 +0000
committerOli Scherer <github35764891676564198441@oli-obk.de>2022-06-02 12:06:34 +0200
commite5b824c535242866ee004e2c6ef8da5ad162b1ad (patch)
treedbed8163239205a3f3539166e19c59c309d17af9
parentfe76f0324c67c65b4a54097e874998f73f366b5f (diff)
downloadrust-e5b824c535242866ee004e2c6ef8da5ad162b1ad.tar.gz
rust-e5b824c535242866ee004e2c6ef8da5ad162b1ad.zip
Documentation never hurts
-rw-r--r--src/lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 405ee1388dd..a867520fc68 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,10 @@
 //! The WIP stable interface to rustc internals.
+//! 
+//! For more information see https://github.com/rust-lang/project-stable-mir
+//! 
+//! # Note
+//!
+//! This API is still completely unstable and subject to change.
 
 #![doc(
     html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",