We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d29fc commit 860aa16Copy full SHA for 860aa16
src/target/parser.rs
@@ -387,6 +387,7 @@ impl<'a> TargetInfo<'a> {
387
// FIXME(madsmtm): Fix in `rustc` after
388
// https://github.com/rust-lang/compiler-team/issues/850.
389
"wali" => "unknown",
390
+ "lynx" => "unknown",
391
// Some Linux distributions set their name as the target vendor,
392
// so we have to assume that it can be an arbitary string.
393
vendor => vendor,
0 commit comments