Skip to content

Commit

Permalink
Remove a test blocking the update of the log crate
Browse files Browse the repository at this point in the history
It tested rust-lang#44953.
`log` macros in newer versions are no longer recursive, so these duplicated
error messages (about unstable feature uses) previously occurring at each
level of recursion are no longer possible, even with the fix by rust-lang#45540.
Furthermore this test breaks when multiple versions of `log` are in the
sysroot (`log 0.3.9` depends on`log 0.4.1`)
  • Loading branch information
MaloJaffre committed Jan 1, 2018
1 parent bc1dda4 commit 0b177b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
20 changes: 0 additions & 20 deletions src/test/ui-fulldeps/issue-44953/issue-44953.rs

This file was deleted.

19 changes: 0 additions & 19 deletions src/test/ui-fulldeps/issue-44953/issue-44953.stderr

This file was deleted.

0 comments on commit 0b177b4

Please sign in to comment.