mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	 8d18f3d609
			
		
	
	
		8d18f3d609
		
	
	
	
	
		
			
			Added it to the reexported, which is intended rustdoc behavior, but is apparently untested, so I also added a test for it.
		
			
				
	
	
		
			13 lines
		
	
	
		
			311 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			311 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // AsciiChar has a doc alias on its reexport and we
 | |
| // want to make sure that actually works correctly,
 | |
| // since apperently there are no other tests for this.
 | |
| 
 | |
| const EXPECTED = [
 | |
|     {
 | |
|         'query': 'AsciiChar',
 | |
|         'others': [
 | |
|             { 'path': 'core::ascii', 'name': 'Char' },
 | |
|         ],
 | |
|     },
 | |
| ];
 |