1 // This crate's name conflicts with its dependent but this should work OK. 2 example_conflicting_symbol() -> String3 pub fn example_conflicting_symbol() -> String { 4 "[from second_crate]".to_owned() 5 } 6