X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_target%2FREADME.md;h=ca72a89da5a3e597034e10f47c2e207e0a3247dd;hb=9025ab7a1f5d8ce136fcc41d82c0b6be8b8adaf7;hp=ac1e03385d18110900afd26f45ac11394c205fe1;hpb=65bdf79da3f72269e6fe7aac1355df1420613889;p=rust.git diff --git a/compiler/rustc_target/README.md b/compiler/rustc_target/README.md index ac1e03385d1..ca72a89da5a 100644 --- a/compiler/rustc_target/README.md +++ b/compiler/rustc_target/README.md @@ -1,4 +1,4 @@ -`librustc_target` contains some very low-level details that are +`rustc_target` contains some very low-level details that are specific to different compilation targets and so forth. For more information about how rustc works, see the [rustc dev guide].