mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
Auto merge of #5673 - phansch:endless-loop, r=Manishearth
Add regression test for endless loop / update `pulldown_cmark` Closes #4917 This was fixed in pulldown_cmark 0.7.1, specifically raphlinus/pulldown-cmark#438 changelog: none
This commit is contained in:
@@ -21,7 +21,7 @@ cargo_metadata = "0.9.1"
|
||||
if_chain = "1.0.0"
|
||||
itertools = "0.9"
|
||||
lazy_static = "1.0.2"
|
||||
pulldown-cmark = { version = "0.7", default-features = false }
|
||||
pulldown-cmark = { version = "0.7.1", default-features = false }
|
||||
quine-mc_cluskey = "0.2.2"
|
||||
regex-syntax = "0.6"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
@@ -6,4 +6,8 @@ pub fn foo(bar: *const u8) {
|
||||
println!("{:#p}", bar);
|
||||
}
|
||||
|
||||
// Regression test for https://github.com/rust-lang/rust-clippy/issues/4917
|
||||
/// <foo
|
||||
struct A {}
|
||||
|
||||
fn main() {}
|
||||
|
||||
Reference in New Issue
Block a user