We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9c952 commit 14a7a61Copy full SHA for 14a7a61
crates/hir/src/lib.rs
@@ -4567,8 +4567,8 @@ impl Type {
4567
// FIXME: Document this
4568
#[derive(Debug)]
4569
pub struct Callable {
4570
- ty: Type,
4571
- sig: CallableSig,
+ pub ty: Type,
+ pub sig: CallableSig,
4572
callee: Callee,
4573
/// Whether this is a method that was called with method call syntax.
4574
pub(crate) is_bound_method: bool,
0 commit comments