1
Fork 0

rustdoc-gui-test: pass a camino::Utf8PathBuf to compiletest

This commit is contained in:
Jieyou Xu 2025-04-12 12:32:27 +08:00
parent e24b0c8e0a
commit 957324b0a0
No known key found for this signature in database
GPG key ID: 045B995028EA6AFC
3 changed files with 7 additions and 1 deletions

View file

@ -4672,6 +4672,7 @@ name = "rustdoc-gui-test"
version = "0.1.0"
dependencies = [
"build_helper",
"camino",
"compiletest",
"getopts",
"walkdir",