Home
last modified time | relevance | path

Searched refs:file_path_mapping (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/syn/tests/common/
Dparse.rs18 let file_path_mapping = FilePathMapping::empty(); in librustc_expr() localVariable
19 let sess = ParseSess::new(locale_resources, file_path_mapping); in librustc_expr()
/external/rust/crates/syn/tests/
Dtest_round_trip.rs92 let file_path_mapping = FilePathMapping::empty(); in test() localVariable
93 let sess = ParseSess::new(locale_resources, file_path_mapping); in test()