about summary refs log tree commit diff
path: root/library/sysroot/src/lib.rs
diff options
context:
space:
mode:
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2023-03-07 16:10:29 +0100
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2023-04-25 13:40:36 +0200
commitfd4c81f4c19e3b1eb0710e50e04fb1f980b7e7ab (patch)
tree4f98d6541a9dceacde34a89f156bb588eb60c581 /library/sysroot/src/lib.rs
parent999e6e5afb71d0fa6b5f67440278129aca12c67d (diff)
downloadrust-fd4c81f4c19e3b1eb0710e50e04fb1f980b7e7ab.tar.gz
rust-fd4c81f4c19e3b1eb0710e50e04fb1f980b7e7ab.zip
Add a `sysroot` crate to represent the standard library crates
Diffstat (limited to 'library/sysroot/src/lib.rs')
-rw-r--r--library/sysroot/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/sysroot/src/lib.rs b/library/sysroot/src/lib.rs
new file mode 100644
index 00000000000..71ceb580a40
--- /dev/null
+++ b/library/sysroot/src/lib.rs
@@ -0,0 +1 @@
+// This is intentionally empty since this crate is only used to depend on other library crates.