summaryrefslogtreecommitdiffstats
path: root/src/test/ui/svh/auxiliary/svh-utb.rs
blob: a03e29dcedc422773a75a3089b672e2d5188a1d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//! "svh-uta-trait.rs" is checking that we detect a
//! change from `use foo::TraitB` to use `foo::TraitB` in the hash
//! (SVH) computation (#14132), since that will affect method
//! resolution.
//!
//! This is the downstream crate.

#![crate_name = "utb"]

extern crate uta;

pub fn foo() { assert_eq!(uta::foo::<()>(0), 3); }