Rollup merge of #106436 - CarsonV:doctest_query_impl, r=jyn514

Enable doctests for rustc_query_impl

doctests worked out of the box for query_impl on my local machine. Working towards #99144
This commit is contained in:
Matthias Krüger 2023-01-04 07:28:57 +01:00 committed by GitHub
commit 4e590b3ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ version = "0.0.0"
edition = "2021"
[lib]
doctest = false
[dependencies]
measureme = "10.0.0"