index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
rustdoc
/
doc-notable_trait-slice.rs
Age
Commit message (
Collapse
)
Author
Lines
2021-11-29
Only show notable traits if both types are the same
Michael Howell
-0
/
+20
Checking only their DefId doesn't work because all slices have the same fake DefId. Fixes #91347