1
Fork 0

make query take (LocalDefId, DefId)

This commit is contained in:
Boxy 2022-09-30 18:53:32 +01:00
parent 831f4402aa
commit c1a9cf42b4
5 changed files with 28 additions and 31 deletions

View file

@ -5,6 +5,7 @@
//! This API is completely unstable and subject to change.
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![feature(let_chains)]
#![feature(control_flow_enum)]
#![feature(never_type)]
#![feature(box_patterns)]