From 9b624071d3b174c59774ebbcd4a06588224d0fdd Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Mon, 19 Apr 2021 11:40:25 -0700 Subject: [PATCH] rustdoc: Show nag box on IE10 Rustdoc doesn't work on IE11. It's been broken for months, it isn't supported by the [tiered browser support list], it's even more severely broken on other Rust websites, and IE11 doesn't support the `
` tag that we want to use. In the interest of honesty, let's give an actual error message for anyone on IE11. [tiered browser support list]: https://github.com/rust-lang/rfcs/blob/master/text/1985-tiered-browser-support.md --- src/librustdoc/html/layout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index dc67a63d333..fbd8f21b76a 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -68,7 +68,7 @@ crate fn render( \ \ \ -