8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59578ad commit 654a6c6Copy full SHA for 654a6c6
src/target/parser.rs
@@ -381,8 +381,6 @@ impl<'a> TargetInfo<'a> {
381
let vendor = match vendor {
382
// esp, esp32, esp32s2 etc.
383
vendor if vendor.starts_with("esp") => "espressif",
384
- // FIXME(madsmtm): https://github.com/rust-lang/rust/issues/131165
385
- "openwrt" => "unknown",
386
// FIXME(madsmtm): Badly named targets `*-linux-android*`,
387
// "linux" makes no sense as the vendor name.
388
"linux" if os == "android" || os == "androideabi" => "unknown",
0 commit comments