Skip to content

Commit 860aa16

Browse files
authored
Fix parser.rs on latest rustc nightly
#1426
1 parent d7d29fc commit 860aa16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/target/parser.rs

+1
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ impl<'a> TargetInfo<'a> {
387387
// FIXME(madsmtm): Fix in `rustc` after
388388
// https://github.com/rust-lang/compiler-team/issues/850.
389389
"wali" => "unknown",
390+
"lynx" => "unknown",
390391
// Some Linux distributions set their name as the target vendor,
391392
// so we have to assume that it can be an arbitary string.
392393
vendor => vendor,

0 commit comments

Comments
 (0)